NodeBB is powered by Node.js with a Redis database. They must be installed prior in order for NodeBB to work.
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:
Next, obtain all of the dependencies required by NodeBB:
@ -25,6 +25,10 @@ Lastly, we run the forum.
$ node app
$ 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:
The server configuration file (located at `/config.js`) contains default options required for the running of NodeBB. The following options are available:
The server configuration file (located at `/config.js`) contains default options required for the running of NodeBB. The following options are available: