diff --git a/README.md b/README.md index e58b270af4..0bd0d383fd 100644 --- a/README.md +++ b/README.md @@ -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: