Skip to content

Commit

Permalink
adjust references to 1.x.x branch to now point to 1.5.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed May 24, 2017
1 parent 730a43a commit 16d04d0
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 38 deletions.
4 changes: 1 addition & 3 deletions installing/cloud/cloud9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ The following are installation instructions for the `Cloud 9 <https://c9.io/>`_

.. code:: bash
git clone -b v1.x.x https://github.com/NodeBB/NodeBB.git nodebb
To track the latest weekly build of NodeBB, substitute `weekly` in place of `v1.x.x`
git clone -b v1.5.x https://github.com/NodeBB/NodeBB.git nodebb
The nodebb command after the git url will create a folder called nodebb so you have to ``cd`` into that directory after you have cloned NodeBB.

Expand Down
5 changes: 1 addition & 4 deletions installing/cloud/heroku.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ Heroku
1. Download and install `Heroku Toolbelt <https://toolbelt.heroku.com/>`_ for your operating system
2. Log into your Heroku account: ``heroku login``
3. Verify your Heroku account by adding a credit card (at http://heroku.com/verify). *Required for enabling Redis To Go Add-on.*
4. Clone the repository: ``git clone -b v1.x.x https://github.com/NodeBB/NodeBB.git /path/to/repo/clone``

* To track the latest weekly build of NodeBB, substitute `weekly` in place of `v1.x.x`.

4. Clone the repository: ``git clone -b v1.5.x https://github.com/NodeBB/NodeBB.git /path/to/repo/clone``
5. ``cd /path/to/repo/clone``
6. Install dependencies locally ``npm install --production``
7. Create the heroku app: ``heroku create``
Expand Down
5 changes: 1 addition & 4 deletions installing/cloud/koding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ Koding
7. Enter your password you used to sign up, if you signed up using Github or another 3rd party, you will need to set one in your Account Settings. Then come back.
8. Now run the following ``sudo apt-get install python-software-properties python g++ make``
9. Now we install NodeBBs other dependencies - ``sudo apt-get install redis-server imagemagick``
10. Next, we clone NodeBB into a NodeBB folder - ``git clone -b v1.x.x https://github.com/NodeBB/NodeBB.git nodebb`` (Optional: Replace nodebb at the end if you want the folder to be a different name)

* To track the latest weekly build of NodeBB, substitute `weekly` in place of `v1.x.x`.

10. Next, we clone NodeBB into a NodeBB folder - ``git clone -b v1.5.x https://github.com/NodeBB/NodeBB.git nodebb`` (Optional: Replace nodebb at the end if you want the folder to be a different name)
11. Now enter the NodeBB folder - ``cd nodebb`` (unless you changed the foldername in the previous step, if you somehow forgot what you called it, run ``ls`` to see the name of the folder)
12. Now we install all the dependencies of NodeBB - ``npm install`` (could take a minute or two)
13. Set up nodebb using - ``./nodebb setup``
Expand Down
2 changes: 1 addition & 1 deletion installing/cloud/nitrous.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ https://www.nitrous.io/app#/boxes/new

.. code:: bash
wget https://github.com/NodeBB/NodeBB/archive/v1.x.x.zip && unzip NodeBB-v1.x.x.zip && rm NodeBB-v1.x.x.zip && cd NodeBB-v1.x.x
wget https://github.com/NodeBB/NodeBB/archive/v1.5.x.zip && unzip NodeBB-v1.5.x.zip && rm NodeBB-v1.5.x.zip && cd NodeBB-v1.5.x
**Step 4:** NPM Install

Expand Down
4 changes: 1 addition & 3 deletions installing/os/arch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ Next, clone this repository:

.. code:: bash
$ git clone -b v1.x.x https://github.com/NodeBB/NodeBB.git nodebb
To track the latest weekly build of NodeBB, substitute `weekly` in place of `v1.x.x`
$ git clone -b v1.5.x https://github.com/NodeBB/NodeBB.git nodebb
Obtain all of the dependencies required by NodeBB:

Expand Down
5 changes: 1 addition & 4 deletions installing/os/centos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ Next, clone the NodeBB repository:
.. code:: bash
cd /path/to/nodebb/install/location
git clone -b v1.0.0 https://github.com/NodeBB/NodeBB nodebb
You'll want to replace ``v1.0.0`` with the (`latest stable version <https://github.com/NodeBB/NodeBB/releases>`_), or ``v1.x.x`` if you'd like
to set up the latest weekly build of NodeBB.
git clone -b v1.5.x https://github.com/NodeBB/NodeBB nodebb
**Note: To clone the master branch you can use the same command with out the "-b" option.
Expand Down
4 changes: 1 addition & 3 deletions installing/os/debian.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,7 @@ Next clone this repository :
.. code:: bash
$ cd /path/to/nodebb/install/location
$ git clone -b v1.x.x https://github.com/NodeBB/NodeBB.git nodebb
To track the latest weekly build of NodeBB, substitute `weekly` in place of `v1.x.x`.
$ git clone -b v1.5.x https://github.com/NodeBB/NodeBB.git nodebb
Now we are going to install all dependencies for NodeBB via NPM :

Expand Down
4 changes: 1 addition & 3 deletions installing/os/freebsd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ Clone NodeBB repo (this assumes you have `git` installed, otherwise use `pkg` to

.. code:: bash
git clone -b v1.x.x https://github.com/NodeBB/NodeBB.git
To track the latest weekly build of NodeBB, substitute `weekly` in place of `v1.x.x`.
git clone -b v1.5.x https://github.com/NodeBB/NodeBB.git
Enter directory:

Expand Down
4 changes: 1 addition & 3 deletions installing/os/osx-mavericks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ Clone NodeBB repo:

.. code:: bash
git clone -b v1.x.x https://github.com/NodeBB/NodeBB.git
To track the latest weekly build of NodeBB, substitute `weekly` in place of `v1.x.x`.
git clone -b v1.5.x https://github.com/NodeBB/NodeBB.git
Enter directory:

Expand Down
4 changes: 1 addition & 3 deletions installing/os/smartos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@ Installation

.. code:: bash
$ git clone -b v1.x.x https://github.com/NodeBB/NodeBB.git nodebb
*-* To track the latest weekly build of NodeBB, substitute `weekly` in place of `v1.x.x`.
$ git clone -b v1.5.x https://github.com/NodeBB/NodeBB.git nodebb
5. Install NodeBB's npm dependencies:

Expand Down
4 changes: 2 additions & 2 deletions installing/os/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ Next, clone NodeBB into an appropriate location. Here the home directory is used

``` {.sourceCode .bash}
$ cd /opt
$ git clone -b v1.x.x https://github.com/NodeBB/NodeBB.git $HOME/nodebb
$ git clone -b v1.5.x https://github.com/NodeBB/NodeBB.git $HOME/nodebb
```

This clones the NodeBB repository from the `v1.x.x` branch to
This clones the NodeBB repository from the `v1.5.x` branch to
your home directory. A list of alternative branches are available in the
[NodeBB Branches](https://github.com/NodeBB/NodeBB/branches) GitHub
page.
Expand Down
4 changes: 2 additions & 2 deletions installing/os/ubuntu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ is used, though any destination is fine:
.. code:: bash
$ cd /opt
$ git clone -b v1.x.x https://github.com/NodeBB/NodeBB.git $HOME/nodebb
$ git clone -b v1.5.x https://github.com/NodeBB/NodeBB.git $HOME/nodebb
This clones the NodeBB repository from the ``v1.x.x`` branch to your
This clones the NodeBB repository from the ``v1.5.x`` branch to your
home directory. A list of alternative branches are available in the
`NodeBB Branches <https://github.com/NodeBB/NodeBB/branches>`__ GitHub
page.
Expand Down
4 changes: 1 addition & 3 deletions installing/os/windows8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ Open Git Shell, and type the following commands. Clone NodeBB repo:

.. code:: bash
git clone -b v1.x.x https://github.com/NodeBB/NodeBB.git
To track the latest weekly build of NodeBB, substitute `weekly` in place of `v1.x.x`
git clone -b v1.5.x https://github.com/NodeBB/NodeBB.git
Enter directory:

Expand Down

0 comments on commit 16d04d0

Please sign in to comment.