codimd/run.sh

7 lines
165 B
Bash
Raw Normal View History

2015-05-15 04:58:13 +00:00
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