aboutsummaryrefslogtreecommitdiff
path: root/uwsgi.sh
blob: d5113df203f9693d274c0abd7e3e2de88a58a856 (plain)
1
2
3
4
5
6
7
#!/bin/sh

# sandbox dir is virtualenv (python3 -m venv sandbox)
. sandbox/bin/activate

# uwsgi.ini.example provided as template
uwsgi --ini uwsgi.ini