... | ... | @@ -3,10 +3,10 @@ Note: the application is considered to be installed in the /opt/pao-stock-manage |
|
|
# Requirements
|
|
|
|
|
|
XXX is the default account that installs the software.
|
|
|
* Install python3 et pip3
|
|
|
* Install python3 : sudo apt install python3
|
|
|
* 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* .
|
|
|
* Activate 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"
|
... | ... | |