big refactor 1

This commit is contained in:
Andreas Stephanides
2017-08-30 15:35:25 +02:00
parent 434bfbff18
commit 2d0f074315
9 changed files with 226 additions and 138 deletions

View File

@@ -10,6 +10,6 @@ ln ./_parent_files/run ..
ln ./_parent_files/uwsgi.ini ..
ln ./_parent_files/requirements.txt ..
cd ..
virtualenv env
. ./env/bin/activate
virtualenv .env
. ./.env/bin/activate
pip install -r requirements.txt