updated README to reflect proper installation commands

This commit is contained in:
Julian Lam
2013-04-29 11:10:09 -04:00
parent 1fb99ab848
commit 4730bc0f6f

View File

@@ -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: