summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2016-09-30 15:48:48 +0000
committerRémy Coutable <remy@rymai.me>2016-09-30 15:48:48 +0000
commite5c7c644d4d73623cf2993df91f99bbaab489f18 (patch)
tree38352dac97a671afcf26260a27d09b95aa08fc7b /doc/install
parent3b55460dd79f0997e1714f7aa1bf821fcf17086a (diff)
parent39b0b9412e079c15d6a14bf3d08558ff6c0746aa (diff)
downloadgitlab-ce-e5c7c644d4d73623cf2993df91f99bbaab489f18.tar.gz
Merge branch 'update-update-guides-for-8.13' into 'master'
Update "Installation from source" guide for 8.13.0 Following the steps from https://gitlab.com/gitlab-org/release-tools/blob/master/doc/release-candidates.md#creating-rc1. See merge request !6565
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 cb4c1f4a091..68ed20ef5bf 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