Add pm2 startup and pm2 save to README, so jschan runs on startup

merge-requests/208/head
Thomas Lynch 4 years ago
parent 02c1423dba
commit 7130af70bc
  1. 5
      README.md

@ -122,6 +122,11 @@ $ npm run-script setup
# setup the database and folder structure, and creates the admin account. **The (random) password will be printed in the command line.**
$ gulp reset
# NOTE: dont run gulp reset again unless you want to completely irreversibly wipe everything
# make pm2 (process manager) start on server restart
$ pm2 startup #and follow any promps
# save the process list so jschan is started with pm2
$ pm2 save
```
Use https://realfavicongenerator.net/ to generate favicons how you want them to look and replace the files in gulp/res/icons/ with the icons from that package

Loading…
Cancel
Save