Interface voor een workshop van Stine Jensen nav. Alles Wat Ik Voel. http://alleswatikvoel.rubenvandeven.com/
Go to file
Ruben 235b3eb445 Add README.md 2017-03-08 11:56:47 +01:00
templates Add circle chart for other stats 2017-03-08 11:09:39 +01:00
.gitignore Version one of Alles Wat ik Voel 2017-03-06 21:11:00 +01:00
README.md Add README.md 2017-03-08 11:56:47 +01:00
charts.py Add circle chart for other stats 2017-03-08 11:09:39 +01:00
colour.py Version one of Alles Wat ik Voel 2017-03-06 21:11:00 +01:00
images.db Version one of Alles Wat ik Voel 2017-03-06 21:11:00 +01:00
models.py Add circle chart for other stats 2017-03-08 11:09:39 +01:00
requirements.txt Create requirements.txt and start README 2017-03-08 11:23:35 +01:00
server.py no faces for now 2017-03-08 11:13:18 +01:00
ways_of_seeing_images.ipynb Version one of Alles Wat ik Voel 2017-03-06 21:11:00 +01:00

README.md

Alles wat ik voel

Een project door Ruben van de Ven voor de release van Alles Wat Ik Voel van Stine Jensen.

Setup

virtualenv --python=python3 env

source env/bin/activate

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