diff options
Diffstat (limited to 'www/server-config/help.txt')
-rw-r--r-- | www/server-config/help.txt | 3 |
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 ... |