From fdf19b48fdb7a022b8f0d6f490bf07b9a1d3bc7a Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Thu, 7 May 2020 08:47:04 +0200 Subject: ajout de SSL --- www/server-config/help.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 www/server-config/help.txt (limited to 'www/server-config/help.txt') diff --git a/www/server-config/help.txt b/www/server-config/help.txt new file mode 100644 index 0000000..864b93d --- /dev/null +++ b/www/server-config/help.txt @@ -0,0 +1,13 @@ +#pour felix + +#first, you have to install apache2 (server), mod_python (to build html via python) and python-psycopg2 (to use psql) : +apt install apache2 libapache2-mod-python python-psycopg2 + +#replace the actual /var/www by our ATS-Project/www +cp -r /root/ATS-Project/www /var/ + +#give the x rights on the .py files +chmod +x /var/www/html *.py + +#replace the apache2 and ssl folders +cp -r ... -- cgit v1.2.3