diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-09-17 18:27:23 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-09-17 18:27:23 +0200 |
commit | 2b35c887904b6a7a05a7c88fdf1ccd66ba943e20 (patch) | |
tree | f45e4247ebc10ce2e72fc93b857dc292bd6fcc98 /doc/install | |
parent | 8952c5ce2eeeef1013674feedfceb56e77c874d2 (diff) | |
download | gitlab-ce-2b35c887904b6a7a05a7c88fdf1ccd66ba943e20.tar.gz |
Updates to the update/install docs for 7.3.rc1
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index ce9d45526d0..6a981984fea 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -155,9 +155,9 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da ### Clone the Source # Clone GitLab repository - sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 7-2-stable gitlab + sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 7-3-stable gitlab -**Note:** You can change `7-2-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! +**Note:** You can change `7-3-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! ### Configure It @@ -192,7 +192,7 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da # Find number of cores nproc - + # Enable cluster mode if you expect to have a high load instance # Ex. change amount of workers to 3 for 2GB RAM server # Set the number of workers to at least the number of cores |