summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--run.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/run.sh b/run.sh
new file mode 100644
index 00000000..b1e4f9a7
--- /dev/null
+++ b/run.sh
@@ -0,0 +1,7 @@
+forever stop hackmd
+DATABASE_URL='change this' \
+MONGOLAB_URI='change this' \
+PORT='80' \
+SSLPORT='443' \
+DOMAIN='change this' \
+forever -a --uid hackmd start app.js \ No newline at end of file