Improve README.

master
Iñaki Baz Castillo 2017-04-28 18:57:14 +02:00
parent 2645dc619a
commit 2214ceb33e
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ $ gulp prod
* Upload the entire `server` folder to your server and make your web server (Apache, Nginx...) expose the `server/public` folder. * Upload the entire `server` folder to your server and make your web server (Apache, Nginx...) expose the `server/public` folder.
* Edit your `server/config.js` with appropriate settings (listening IP/port, logging options, TLS certificate, etc). * Edit your `server/config.js` with appropriate settings (listening IP/port, logging options, **valid** TLS certificate, etc). Also set the proper remote WebSocket port in `client/config.js`.
* 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: * 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: