aboutsummaryrefslogtreecommitdiff
path: root/www/apache-modified/help.txt
diff options
context:
space:
mode:
authorChatChimi <Pichue07@gmail.com>2020-04-18 14:23:26 +0200
committerChatChimi <Pichue07@gmail.com>2020-04-18 14:23:26 +0200
commitdc48cf7cbca435becc481c80214b320e78825eeb (patch)
tree79642f267de8d8a04655d1ce3670a9acaeffb081 /www/apache-modified/help.txt
parent1323e52025bfd6f6e7584295619002a897c8da0c (diff)
parent4378405eea982cb3a42584d95767b5003675f611 (diff)
Merge branch 'master' of https://github.com/clyhtsuriva/ATS-Project
Diffstat (limited to 'www/apache-modified/help.txt')
-rw-r--r--www/apache-modified/help.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/apache-modified/help.txt b/www/apache-modified/help.txt
new file mode 100644
index 0000000..80b10ff
--- /dev/null
+++ b/www/apache-modified/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 actual /etc/apache2/apache2.conf by our ATS-Project/www/apache-modified/apache2.conf
+cp -r ...