diff options
author | Rémy Coutable <remy@rymai.me> | 2016-09-28 12:17:29 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-09-28 12:25:57 +0200 |
commit | 222f723631fadb2624c6a0c5c2542e91602de9fc (patch) | |
tree | 84422f8c0d41bb4708b7ce5fc3cab17ad7325dff /doc/install | |
parent | a813c9f93ac474560e377c8d2fca5ce3c76274f8 (diff) | |
download | gitlab-ce-222f723631fadb2624c6a0c5c2542e91602de9fc.tar.gz |
Update "Installation from source" guide for 8.13.0
[ci skip]
Signed-off-by: Rémy Coutable <remy@rymai.me>
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 3ac813aa914..b3122280909 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -108,7 +108,7 @@ Then select 'Internet Site' and press enter to confirm the hostname. ## 2. Ruby -_**Note:** The current supported Ruby versions are 2.1.x and 2.3.x. 2.3.x is preferred, and support for 2.1.x will be dropped in the future. +**Note:** The current supported Ruby versions are 2.1.x and 2.3.x. 2.3.x is preferred, and support for 2.1.x will be dropped in the future. The use of Ruby version managers such as [RVM], [rbenv] or [chruby] with GitLab in production, frequently leads to hard to diagnose problems. For example, @@ -268,9 +268,9 @@ sudo usermod -aG redis git ### Clone the Source # Clone GitLab repository - sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 8-12-stable gitlab + sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 8-13-stable gitlab -**Note:** You can change `8-12-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! +**Note:** You can change `8-13-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! ### Configure It |