Merge branch 'patch-1' of github.com:giorgiochiodi/NodeBB into giorgiochiodi-patch-1

closes #1614
v1.18.x
Julian Lam 11 years ago
commit ef831cca9a

@ -6,7 +6,7 @@ First, we install our base software stack:
.. code:: bash
$ apt-get install git nodejs redis-server imagemagick
$ apt-get install git nodejs redis-server imagemagick npm
If you want to use MongoDB, LevelDB, or another database instead of Redis please look at the :doc:`Configuring Databases <../configuring/databases>` section.
@ -55,4 +55,4 @@ Lastly, we run the forum.
$ ./nodebb start
NodeBB can also be started with helper programs, such as ``supervisor`` and ``forever``. :doc:`Take a look at the options here <../../running/index>`.
NodeBB can also be started with helper programs, such as ``supervisor`` and ``forever``. :doc:`Take a look at the options here <../../running/index>`.

Loading…
Cancel
Save