From 168da8af7664158f331268de49581540ba2e38be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Thu, 2 Nov 2017 16:41:30 +0100 Subject: [PATCH] Update README --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c437d73..9baad92 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ $ cd server $ npm install ``` -* Copy `config.example.js` as `config.js`: +* Copy `config.example.js` as `config.js` and customize it for your scenario: ```bash $ cp config.example.js config.js @@ -73,11 +73,7 @@ $ gulp prod * Edit your `server/config.js` with appropriate settings (listening IP/port, logging options, **valid** TLS certificate, etc). -* Within your server, run the server side Node.js application. We recommend using the [forever](https://www.npmjs.com/package/forever) NPM daemon launcher, but any other can be used: - -```bash -$ forever start PATH_TO_SERVER_FOLDER/server.js -``` +* Within your server, run the server side Node.js application. We recommend using the [pm2](https://www.npmjs.com/package/pm2) NPM daemon launcher, but any other can be used. ## Author