mirror of
https://github.com/jlengrand/gitlab-recipes.git
synced 2026-03-10 08:11:17 +00:00
GitLab 6.3 -> 6.4
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
```
|
||||
Distribution : CentOS 6.5
|
||||
GitLab version : 6.0 - 6.3
|
||||
GitLab version : 6.0 - 6.4
|
||||
Web Server : Apache, Nginx
|
||||
Init system : sysvinit
|
||||
Database : MySQL, PostgreSQL
|
||||
@@ -357,9 +357,9 @@ We'll install GitLab into home directory of the user `git`:
|
||||
cd /home/git/gitlab
|
||||
|
||||
# Checkout to stable release
|
||||
git checkout 6-3-stable
|
||||
git checkout 6-4-stable
|
||||
|
||||
**Note:** You can change `6-3-stable` to `master` if you want the *bleeding edge* version, but
|
||||
**Note:** You can change `6-4-stable` to `master` if you want the *bleeding edge* version, but
|
||||
do so with caution!
|
||||
|
||||
### Configure it
|
||||
|
||||
Reference in New Issue
Block a user