... | ... | @@ -115,11 +115,13 @@ make run |
|
|
The apache module libapache2-mo-wsgi must be installed.
|
|
|
|
|
|
Change the owner of the application directory
|
|
|
```sudo chown -R www-data.www-data STOCK_MANAGER_PATH
|
|
|
```bash
|
|
|
sudo chown -R www-data.www-data STOCK_MANAGER_PATH
|
|
|
```
|
|
|
|
|
|
Create the configuration file, like :
|
|
|
```cd /etc/apache2
|
|
|
```bash
|
|
|
cd /etc/apache2
|
|
|
cat site-enabled/000-stock-manager.conf
|
|
|
```
|
|
|
|
... | ... | |