diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-05-15 13:12:54 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-05-15 13:12:54 +0200 |
commit | fab9cbf98da4b23085ef5496d8e23aa9b0b5bd63 (patch) | |
tree | 56710063eaa0da6706b228229d5650e1a518a864 /doc/install | |
parent | be969bb4deb0d0d63156720d94b0cbf00a5ded11 (diff) | |
download | gitlab-ce-fab9cbf98da4b23085ef5496d8e23aa9b0b5bd63.tar.gz |
Update installation/update guides for 7.11.
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index e777f6bbb47..d167d2889bb 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -68,7 +68,7 @@ If you want to use Kerberos for user authentication, then install libkrb5-dev: sudo apt-get install libkrb5-dev -**Note:** If you don't know what Kerberos is, then you certainly don't need it. +**Note:** If you don't know what Kerberos is, you can assume you don't need it. Make sure you have the right version of Git installed @@ -195,9 +195,9 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da ### Clone the Source # Clone GitLab repository - sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 7-10-stable gitlab + sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 7-11-stable gitlab -**Note:** You can change `7-10-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! +**Note:** You can change `7-11-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! ### Configure It @@ -294,7 +294,7 @@ We recommend using a PostgreSQL database. For MySQL check [MySQL setup guide](da GitLab Shell is an SSH access and repository management software developed specially for GitLab. # Run the installation task for gitlab-shell (replace `REDIS_URL` if needed): - sudo -u git -H bundle exec rake gitlab:shell:install[v2.6.2] REDIS_URL=unix:/var/run/redis/redis.sock RAILS_ENV=production + sudo -u git -H bundle exec rake gitlab:shell:install[v2.6.3] REDIS_URL=unix:/var/run/redis/redis.sock RAILS_ENV=production # By default, the gitlab-shell config is generated from your main GitLab config. # You can review (and modify) the gitlab-shell config as follows: |