Split out docs, better error handling when database config doesn't exist

This commit is contained in:
Jamie Curnow
2018-08-01 10:04:34 +10:00
parent e1c38484ed
commit 8a2996f651
10 changed files with 219 additions and 77 deletions

View File

@ -3,4 +3,4 @@
mkdir -p /data/letsencrypt-acme-challenge
cd /srv/app
node --abort_on_uncaught_exception --max_old_space_size=250 /srv/app/src/backend/index.js
node --abort_on_uncaught_exception --max_old_space_size=250 /app/src/backend/index.js