Interface voor een workshop van Stine Jensen nav. Alles Wat Ik Voel. http://alleswatikvoel.rubenvandeven.com/
Go to file
Ruben 73bfc74340 Translate contempt differently 2017-03-11 12:04:10 +01:00
images Load from St.Jan 2017-03-11 11:49:47 +01:00
templates Load from St.Jan 2017-03-11 11:49:47 +01:00
thumbs Loader process now also creates thumb 2017-03-11 11:53:48 +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 Load from St.Jan 2017-03-11 11:49:47 +01:00
colour.py Load from St.Jan 2017-03-11 11:49:47 +01:00
images.db add width/height for works 2017-03-11 11:57:28 +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 update requirements.txt 2017-03-11 11:58:38 +01:00
server.py Loader process now also creates thumb 2017-03-11 11:53:48 +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