aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorChatChimi <Pichue07@gmail.com>2020-05-10 09:20:32 +0200
committerChatChimi <Pichue07@gmail.com>2020-05-10 09:20:32 +0200
commitf01f3c3d53f0e6f53779835463a18edf0ff924d7 (patch)
tree8af4772dd6f579494a0fb54c42092893c27803e3 /www
parent78f0b26e11e8793e1bed7bb5d1fc98277ff4b49f (diff)
parent5df8132d695965833b8463bd6a40639575000148 (diff)
Merge branch 'master' of https://github.com/clyhtsuriva/ATS-Project
Diffstat (limited to 'www')
-rw-r--r--www/server-config/help.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/www/server-config/help.txt b/www/server-config/help.txt
index 864b93d..9090abd 100644
--- a/www/server-config/help.txt
+++ b/www/server-config/help.txt
@@ -6,8 +6,5 @@ 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 ...