Interface voor een workshop van Stine Jensen nav. Alles Wat Ik Voel.
http://alleswatikvoel.rubenvandeven.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 years ago | |
---|---|---|
images | 2 years ago | |
templates | 5 years ago | |
thumbs | 2 years ago | |
.gitignore | 5 years ago | |
README.md | 5 years ago | |
charts.py | 5 years ago | |
colour.py | 5 years ago | |
images.db | 2 years ago | |
loader.py | 5 years ago | |
models.py | 5 years ago | |
requirements.txt | 2 years ago | |
server.py | 2 years ago | |
supervisord.conf | 5 years ago | |
ways_of_seeing_images.ipynb | 5 years ago |
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