|
1 | 1 | ```
|
2 | 2 | Distribution : CentOS 6.5
|
3 |
| -GitLab version : 6.0 - 6.5 |
| 3 | +GitLab version : 6.0 - 6.6 |
4 | 4 | Web Server : Apache, Nginx
|
5 | 5 | Init system : sysvinit
|
6 | 6 | Database : MySQL, PostgreSQL
|
@@ -159,24 +159,7 @@ If you are not familiar with vim please skip this and keep using the default edi
|
159 | 159 | yum -y install vim-enhanced
|
160 | 160 | update-alternatives --set editor /usr/bin/vim.basic
|
161 | 161 |
|
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: |
180 | 163 | yum -y install python-docutils
|
181 | 164 |
|
182 | 165 | ### Configure redis
|
@@ -355,9 +338,9 @@ Test the connection as the gitlab (uid=git) user.
|
355 | 338 | ### Clone the Source
|
356 | 339 |
|
357 | 340 | # 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 |
359 | 342 |
|
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! |
361 | 344 |
|
362 | 345 | ### Configure it
|
363 | 346 |
|
|
0 commit comments