mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-21 11:52:01 +01:00
Merge pull request #1667 from a5mith/patch-1
Few changes to the Ubuntu Installation Guide
This commit is contained in:
@@ -6,12 +6,12 @@ First, we install our base software stack:
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ apt-get install git nodejs redis-server imagemagick npm
|
||||
$ sudo 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.
|
||||
|
||||
**If your package manager only installed a version of Node.js that is less than 0.8 (e.g. Ubuntu 12.10, 13.04):**
|
||||
**If your package manager only installed a version of Node.js that is less than 0.8 (e.g. Ubuntu 12.10, 13.04), use ``node --version`` to determine your version of Node.js:**
|
||||
|
||||
|
||||
.. code:: bash
|
||||
@@ -25,7 +25,6 @@ Next, clone this repository:
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ cd /path/to/nodebb/install/location
|
||||
$ git clone git://github.com/NodeBB/NodeBB.git nodebb
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user