BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
b2e5d40a
Commit
b2e5d40a
authored
May 11, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'patch-20' into 'master'
Update installation.md - Updated the Ruby section. See merge request !11251
parents
a7a7fce8
26f5713f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
installation.md
doc/install/installation.md
+9
-4
No files found.
doc/install/installation.md
View file @
b2e5d40a
...
...
@@ -109,14 +109,19 @@ Then select 'Internet Site' and press enter to confirm the hostname.
## 2. Ruby
**Note:**
The current supported Ruby version is 2.3.x. GitLab 9.0 dropped support
for Ruby 2.1.x.
The Ruby interpreter is required to run GitLab.
**Note:**
The current supported Ruby (MRI) version is 2.3.x. GitLab 9.0 dropped
support for Ruby 2.1.x.
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,
GitLab Shell is called from OpenSSH, and having a version manager can prevent
pushing and pulling over SSH. Version managers are not supported and we strongly
advise everyone to follow the instructions below to use a system Ruby.
advise everyone to follow the instructions below to use a system Ruby.
Linux distributions generally have older versions of Ruby available, so these
instructions are designed to install Ruby from the official source code.
Remove the old Ruby 1.8 if present:
...
...
@@ -132,7 +137,7 @@ Download Ruby and compile it:
make
sudo make install
I
nstall the Bundler Gem:
Then i
nstall the Bundler Gem:
sudo gem install bundler --no-ri --no-rdoc
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment