updating readme

v1.18.x
Julian Lam 12 years ago
parent 7f4ea6e19b
commit b0e510c862

@ -3,13 +3,13 @@
## Installation ## Installation
First step is to obtain all of the dependencies requires by NodeBB: NodeBB is powered by Node.js with a Redis database. They must be installed prior in order for NodeBB to work.
$ npm install # apt-get install nodejs redis
*(Optional)* Next, we install redis. If you already have redis installed, you can skip this step. Next, obtain all of the dependencies required by NodeBB:
# apt-get install redis $ npm install
Now we ensure that the configuration files are properly set up. NodeBB runs on port 4567 by default. The client side config can be set up thusly: Now we ensure that the configuration files are properly set up. NodeBB runs on port 4567 by default. The client side config can be set up thusly:

Loading…
Cancel
Save