updated README to reflect proper installation commands

v1.18.x
Julian Lam 12 years ago
parent 1fb99ab848
commit 4730bc0f6f

@ -5,7 +5,7 @@
NodeBB is powered by Node.js with a Redis database. They must be installed prior in order for NodeBB to work.
# apt-get install nodejs redis
# apt-get install nodejs redis-server npm
Next, obtain all of the dependencies required by NodeBB:
@ -25,6 +25,10 @@ Lastly, we run the forum.
$ node app
*(Optional)* Some server configurations may install the node binary as `nodejs` instead of `node`. You can re-map it (so as to not break compatibility with `node-supervisor`) by running the following command:
# update-alternatives --install /usr/bin/node node /usr/bin/nodejs 10
## Server Configuration
The server configuration file (located at `/config.js`) contains default options required for the running of NodeBB. The following options are available:

Loading…
Cancel
Save