Add README.md
This commit is contained in:
parent
182ae859d4
commit
235b3eb445
1 changed files with 18 additions and 1 deletions
19
README.md
19
README.md
|
@ -10,4 +10,21 @@ Een project door Ruben van de Ven voor de release van _Alles Wat Ik Voel_ van St
|
||||||
|
|
||||||
`pip install -r requirements.txt`
|
`pip install -r requirements.txt`
|
||||||
|
|
||||||
``
|
Add the following to /etc/apache/sites-available/00-alleswatikvoel.conf
|
||||||
|
|
||||||
|
```
|
||||||
|
<VirtualHost *:80>
|
||||||
|
ServerName alleswatikvoel.rubenvandeven.com
|
||||||
|
ProxyPass / http://localhost:8881/
|
||||||
|
ProxyPassReverse / http://localhost:8881/
|
||||||
|
</VirtualHost>
|
||||||
|
```
|
||||||
|
|
||||||
|
Add to supervisor:
|
||||||
|
|
||||||
|
`ln -s /home/ruben/hosts/alleswatikvoel/supervisord.conf /etc/supervisor/conf.d/alleswatikvoel.conf`
|
||||||
|
|
||||||
|
`supervisorctl reread`
|
||||||
|
|
||||||
|
`supervisorctl update`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue