From 6d50ae7624e53fdfe464b2bdcfba80176281974e Mon Sep 17 00:00:00 2001 From: giorgiochiodi Date: Tue, 20 May 2014 16:34:34 +0200 Subject: [PATCH] Update ubuntu.rst --- docs/installing/os/ubuntu.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installing/os/ubuntu.rst b/docs/installing/os/ubuntu.rst index f1a663e0b7..59f69d721d 100644 --- a/docs/installing/os/ubuntu.rst +++ b/docs/installing/os/ubuntu.rst @@ -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>`. \ No newline at end of file +NodeBB can also be started with helper programs, such as ``supervisor`` and ``forever``. :doc:`Take a look at the options here <../../running/index>`.