Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/run.sh
blob: e6ae9f5c153e90e07630af4a26e32d09e827b8ec (plain)
1
2
3
4
5
#!/bin/sh
export PYTHONPATH=`pwd`/websdk:$PYTHONPATH
exec python app/app.py 5000 & 
sleep 2 
exec python -c "import webbrowser;webbrowser.open(\"http://localhost:5000\")"