- run.sh for tmux integration on-boot

pull/65/head
Steve Clement 2018-03-28 16:23:36 +00:00
parent 0d063d41fe
commit 7b13e4079b
1 changed files with 6 additions and 0 deletions

6
run.sh Executable file
View File

@ -0,0 +1,6 @@
. ./DASHENV/bin/activate
./zmq_subscriber.py &
./zmq_dispatcher.py &
export FLASK_DEBUG=1
export FLASK_APP=server.py
flask run --host=0.0.0.0 --port=8001