aboutsummaryrefslogtreecommitdiff
path: root/www/server-config/help.txt
blob: 864b93d64f11c0f0ce23fae3c0ad1387ff4e2337 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 ...