mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-06 15:42:52 +01:00
Update ubuntu.rst
This commit is contained in:
@@ -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>`.
|
||||
|
||||
Reference in New Issue
Block a user