... | ... | @@ -112,6 +112,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 gettext : sudo apt install gettext
|
|
|
* Install pip : sudo apt install python3-pip
|
|
|
* To avoid pip conflicts : export PATH="${HOME}/.local/bin:$PATH"
|
|
|
* Install pipenv : pip3 install pipenv
|
... | ... | @@ -120,7 +122,7 @@ make run |
|
|
* Clone good branch in /opt : sudo git clone -b pre-prod https://gitlab.insa-rouen.fr/delestre/pao-stock-manager.git
|
|
|
* Change owner : sudo chown -R XXX.stock /opt/pao-stock-manager
|
|
|
* Add write permission for stock group : sudo chmod -R g+w /opt/pao-stock-manager
|
|
|
* Configfure the environment : pipenv install
|
|
|
* Configure the environment : pipenv install
|
|
|
|
|
|
|
|
|
|
... | ... | |