small updates

This commit is contained in:
andis
2017-04-15 23:42:40 +02:00
parent 53c695deb6
commit 4d1bcee232
5 changed files with 27 additions and 3 deletions

10
install
View File

@@ -5,5 +5,11 @@ DIR2="$(awk '{n=split($0,a,"/");print(a[n])}' <<< $DIR)"
echo $DIR2
#
cd $DIR
ls
ln ./run.py ..
ln ./_parent_files/run.py ..
ln ./_parent_files/run ..
ln ./_parent_files/uwsgi.ini ..
ln ./_parent_files/requirements.txt ..
cd ..
virtualenv env
. ./env/bin/activate
pip install -r requirements.txt