summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-09-17 18:27:23 +0200
committerMarin Jankovski <marin@gitlab.com>2014-09-17 18:27:23 +0200
commit2b35c887904b6a7a05a7c88fdf1ccd66ba943e20 (patch)
treef45e4247ebc10ce2e72fc93b857dc292bd6fcc98 /doc/install
parent8952c5ce2eeeef1013674feedfceb56e77c874d2 (diff)
downloadgitlab-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.md6
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