Skip to content

Commit 27232b7

Browse files
committed
Update to 6.6
1 parent 03af5c4 commit 27232b7

File tree

1 file changed

+4
-21
lines changed

1 file changed

+4
-21
lines changed

install/centos/README.md

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
```
22
Distribution : CentOS 6.5
3-
GitLab version : 6.0 - 6.5
3+
GitLab version : 6.0 - 6.6
44
Web Server : Apache, Nginx
55
Init system : sysvinit
66
Database : MySQL, PostgreSQL
@@ -159,24 +159,7 @@ If you are not familiar with vim please skip this and keep using the default edi
159159
yum -y install vim-enhanced
160160
update-alternatives --set editor /usr/bin/vim.basic
161161

162-
Make sure you have the right version of Python installed.
163-
164-
# Install Python
165-
yum -y install python
166-
167-
# Make sure that Python is 2.5+ (3.x is not supported at the moment)
168-
python --version
169-
170-
# If it's Python 3 you might need to install Python 2 separately
171-
yum -y install python2.7
172-
173-
# Make sure you can access Python via python2
174-
python2 --version
175-
176-
# If you get a "command not found" error create a link to the python binary
177-
ln -s /usr/bin/python /usr/bin/python2
178-
179-
# For reStructuredText markup language support install required package:
162+
# For reStructuredText markup language support, install required package:
180163
yum -y install python-docutils
181164

182165
### Configure redis
@@ -355,9 +338,9 @@ Test the connection as the gitlab (uid=git) user.
355338
### Clone the Source
356339

357340
# Clone GitLab repository
358-
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 6-5-stable gitlab
341+
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 6-6-stable gitlab
359342

360-
**Note:** You can change `6-5-stable` to `master` if you want the *bleeding edge* version, but do so with caution!
343+
**Note:** You can change `6-6-stable` to `master` if you want the *bleeding edge* version, but do so with caution!
361344

362345
### Configure it
363346

0 commit comments

Comments
 (0)