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