diff options
| author | Patricio Cano <patricio@gitlab.com> | 2014-12-17 18:00:43 -0500 |
|---|---|---|
| committer | Patricio Cano <patricio@gitlab.com> | 2014-12-17 18:00:43 -0500 |
| commit | 918245094c05d2dfaf566a06e4e4b47cd1e15a27 (patch) | |
| tree | 5afba5b02cb92b7765be0dc17738b5cdcdafdef9 /doc/install | |
| parent | b87c9e289e16260957630089b24baaa1882cdde1 (diff) | |
| download | gitlab-ce-918245094c05d2dfaf566a06e4e4b47cd1e15a27.tar.gz | |
Added update guide for updating to 7.6
Diffstat (limited to 'doc/install')
| -rw-r--r-- | doc/install/installation.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 539e1c396e4..aa04116779e 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -181,9 +181,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-5-stable gitlab + sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 7-6-stable gitlab -**Note:** You can change `7-5-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! +**Note:** You can change `7-6-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server! ### Configure It @@ -278,7 +278,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.2.0] REDIS_URL=unix:/var/run/redis/redis.sock RAILS_ENV=production + sudo -u git -H bundle exec rake gitlab:shell:install[v2.4.0] 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: |
