Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Jun 9, 2015
1 parent 422972c commit a95e3cb
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions installing/os/ubuntu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,18 @@ Obtain all of the dependencies required by NodeBB:
.. code:: bash
$ cd nodebb
$ npm install
$ npm install --production
Initiate the setup script by running the app with the ``setup`` flag:
Start the NodeBB Web Installer, and continue setup at http://127.0.0.1:4567.

.. code:: bash
$ npm start
----

**Alternatively**: Initiate the setup script by running the app with the ``setup`` flag:


.. code:: bash
Expand Down

0 comments on commit a95e3cb

Please sign in to comment.