From c751f4edcd01dc5481b7a224b0916bf0a08beee1 Mon Sep 17 00:00:00 2001 From: Will Budic Date: Fri, 4 Jul 2025 08:21:20 +1000 Subject: [PATCH] Updated in AU. --- docs/instalation.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/instalation.md b/docs/instalation.md index f491f02..916c31f 100644 --- a/docs/instalation.md +++ b/docs/instalation.md @@ -1,4 +1,18 @@ -## Perk Modules +# PerlCNFWEBServer Installation +* PerlCNFWEBServer project installed. + - ```cd ~/dev``` + - ```git clone git://lifelog.hopto.org/PerlCNFWEBServer``` +* PerlCNF project installed and symlinked. + - ```cd ~/dev``` + - ```git clone git://lifelog.hopto.org/PerlCNF``` + - ```cd ~/dev/PerlCNFWEBServer``` + - ```ln -s ~/dev/PerlCNF/system/ system``` +* [server.pl](../server.pl) file might need to be modified for appropriate perl version. +* HTTPS SSL certificates need to be [configured](../server.cnf) (in the server.cnf/<<@<__%SSL__>...>> property). + +## Perl Requirements +Perl v.5.36+ +### Perl Modules cpan -i HTTP::Server::Simple::CGI Gzip::Faster -- 2.34.1