summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorWu Cheng-Han2015-09-15 16:47:03 +0800
committerWu Cheng-Han2015-09-15 16:47:03 +0800
commit69538a26ade4317c4ae025d5ced868dde6a2dbcc (patch)
tree093b8c72f67fd94b254e8e58cd9e487c7ee513c2 /run.sh
parent54e48d10ff9b3f685a06f5963db552bd778adb7a (diff)
Removed server deploy files, logs and backups directories.
Let user choose any daemon tools and paths as they like.
Diffstat (limited to '')
-rw-r--r--run.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/run.sh b/run.sh
deleted file mode 100644
index 386ce427..00000000
--- a/run.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-forever stop hackmd
-DATABASE_URL='change this' \
-MONGOLAB_URI='change this' \
-PORT='80' \
-SSLPORT='443' \
-DOMAIN='change this' \
-forever -a --uid hackmd -l ./logs/hackmd_log.log -o ./logs/hackmd_out.log -e ./logs/hackmd_error.log start app.js \ No newline at end of file