... | ... | @@ -113,6 +113,8 @@ make run |
|
|
|
|
|
# Production or pre pduction (on linux). XXX is the default account that installs the software
|
|
|
* Install apache2 : sudo apt install apache2
|
|
|
* Install mod-wsgi : sudo apt install libapache2-mod-wsgi-py3
|
|
|
* Active mod-wsgi : cd /etc/apache2/mods-enabled; sudo ln-s ../mods-available/wsgi* .
|
|
|
* Install gettext : sudo apt install gettext
|
|
|
* Install pip : sudo apt install python3-pip
|
|
|
* To avoid pip conflicts : export PATH="${HOME}/.local/bin:$PATH"
|
... | ... | |