From 235b3eb4451be80ecf0dcc04411608d7e46dce05 Mon Sep 17 00:00:00 2001 From: Ruben Date: Wed, 8 Mar 2017 11:56:47 +0100 Subject: [PATCH] Add README.md --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b32189..95d806d 100644 --- a/README.md +++ b/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` -`` +Add the following to /etc/apache/sites-available/00-alleswatikvoel.conf + +``` + + ServerName alleswatikvoel.rubenvandeven.com + ProxyPass / http://localhost:8881/ + ProxyPassReverse / http://localhost:8881/ + +``` + +Add to supervisor: + +`ln -s /home/ruben/hosts/alleswatikvoel/supervisord.conf /etc/supervisor/conf.d/alleswatikvoel.conf` + +`supervisorctl reread` + +`supervisorctl update` +