mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-28 18:30:57 -05:00
7 lines
165 B
Bash
7 lines
165 B
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
|