HackMD/run.sh
2015-06-01 18:04:25 +08:00

8 lines
177 B
Bash

#!/bin/bash
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