initial working state

This commit is contained in:
Ville Rantanen
2018-12-02 23:11:32 +02:00
commit 083915e69a
23 changed files with 837 additions and 0 deletions

4
start.me Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
cd $( dirname "$0" )
. virtualenv/bin/activate
exec gunicorn -b 127.0.0.1:8041 -w 3 abot:app