aboutsummaryrefslogtreecommitdiff
path: root/uwsgi.sh
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2020-04-05 20:20:41 -0700
committerJordan <me@jordan.im>2020-04-05 20:20:41 -0700
commit2df5addacd82ac7463ff6d3ec6754b21dab71737 (patch)
tree0e6bdb96de5c78bb2e67fd5bad29190e436919b5 /uwsgi.sh
downloadroka-2df5addacd82ac7463ff6d3ec6754b21dab71737.tar.gz
roka-2df5addacd82ac7463ff6d3ec6754b21dab71737.zip
initial commit
Diffstat (limited to 'uwsgi.sh')
-rwxr-xr-xuwsgi.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/uwsgi.sh b/uwsgi.sh
new file mode 100755
index 0000000..d5113df
--- /dev/null
+++ b/uwsgi.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# sandbox dir is virtualenv (python3 -m venv sandbox)
+. sandbox/bin/activate
+
+# uwsgi.ini.example provided as template
+uwsgi --ini uwsgi.ini