... | ... | @@ -2,7 +2,7 @@ |
|
|
|
|
|
XXX is the default account that installs the software.
|
|
|
* Declare the environment variable indicating the directory where the application is located ("/opt/pao-stock-manager" by default) : export STOCK_MANAGER_DIRECTORY=)
|
|
|
* Declare the environment variable indicating which git branch to use (master bu default) : export STOCK_MANAGER_BRANCH_GIT=
|
|
|
* Declare the environment variable indicating which git branch to use (master by default) : export STOCK_MANAGER_BRANCH_GIT=
|
|
|
* Install python3 : sudo apt install python3
|
|
|
* Install apache2 : sudo apt install apache2
|
|
|
* Install mod-wsgi : sudo apt install libapache2-mod-wsgi-py3
|
... | ... | |