Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-04 23:30:26 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-04 23:30:26 +0400
commit400a55805c96f8ec463b941baf08c6f494742585 (patch)
tree30045fb5fcb4162704be146bdde9f26fe97558e1 /doc
parent617cc8fb983f09ebcfb19493f78039d7829e167f (diff)
parent27fe6cbe137cbc63865740b97840a9a7386b73b7 (diff)
Merge branch 'gitlab_shell_in_patch_doc' of /home/git/repositories/gitlab/gitlabhq
Diffstat (limited to 'doc')
-rw-r--r--doc/update/patch_versions.md14
1 files changed, 11 insertions, 3 deletions
diff --git a/doc/update/patch_versions.md b/doc/update/patch_versions.md
index 797fc81c92b..d508975c0ea 100644
--- a/doc/update/patch_versions.md
+++ b/doc/update/patch_versions.md
@@ -21,7 +21,15 @@ cd /home/git/gitlab
sudo -u git -H git pull origin 6-2-stable
```
-### 3. Install libs, migrations, etc.
+### 4. Update gitlab-shell if necessary
+
+```bash
+cd /home/git/gitlab-shell
+sudo -u git -H git fetch
+sudo -u git -H git checkout v1.7.4
+```
+
+### 4. Install libs, migrations, etc.
```bash
cd /home/git/gitlab
@@ -38,12 +46,12 @@ sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production
```
-### 4. Start application
+### 5. Start application
sudo service gitlab start
sudo service nginx restart
-### 5. Check application status
+### 6. Check application status
Check if GitLab and its environment are configured correctly: