Interface voor een workshop van Stine Jensen nav. Alles Wat Ik Voel. http://alleswatikvoel.rubenvandeven.com/
Go to file
Ruben van de Ven 7c55c8a0e1 Clear of images with faces 2020-03-28 21:42:03 +01:00
images Clear of images with faces 2020-03-28 21:42:03 +01:00
templates Workarounds for IE 2017-03-11 22:27:00 +01:00
thumbs Clear of images with faces 2020-03-28 21:42:03 +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 Workarounds for IE 2017-03-11 22:27:00 +01:00
colour.py Fixes/workarounds for IE 2017-03-11 22:04:12 +01:00
images.db Clear of images with faces 2020-03-28 21:42:03 +01:00
loader.py add width/height for works 2017-03-11 11:57:28 +01:00
models.py Translate contempt differently 2017-03-11 12:04:10 +01:00
requirements.txt Clear of images with faces 2020-03-28 21:42:03 +01:00
server.py Clear of images with faces 2020-03-28 21:42:03 +01:00
supervisord.conf Fixes aan requirements.txt en maak supervisord.conf 2017-03-08 11:55:09 +01:00
ways_of_seeing_images.ipynb Load from St.Jan 2017-03-11 11:49:47 +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