Skip to content
zagorsky edited this page Jun 8, 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

There seems to be a memory leak in jingo. Restarting jingo doesn't seem to help, but restarting nginx does:

$ sudo systemctl restart nginx
Clone this wiki locally