summaryrefslogtreecommitdiff
path: root/run.sh
blob: b1e4f9a7befc29bae519cc19189558e9ab4b1c12 (plain)
1
2
3
4
5
6
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