Skip to content
zagorsky edited this page Feb 7, 2018 · 4 revisions

Running it on a server:

Using this guide from DigitalOcean:

sudo npm install -g pm2
pm2 start jingo -- -c [CONFIG_FILE_FILEPATH]
pm2 startup systemd  # Then paste the output of this command like it tells you to
pm2 save
Clone this wiki locally