Copy over run.sh from oebb_py

This commit is contained in:
Klaus-Uwe Mitterer 2017-10-09 10:54:43 +02:00
commit cf0731d8fe

8
server/run.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
ip="0.0.0.0"
port="9229"
workers=$((`getconf _NPROCESSORS_ONLN` * 4))
gunicorn -w $workers -b $ip:$port -n "HTTPNS" main