Skip to content
Snippets Groups Projects
Commit 400a5580 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge branch 'gitlab_shell_in_patch_doc' of /home/git/repositories/gitlab/gitlabhq

parents 617cc8fb 27fe6cbe
No related branches found
No related tags found
1 merge request!1Fix Links To Gitlab Cloud
Loading
@@ -21,7 +21,15 @@ cd /home/git/gitlab
Loading
@@ -21,7 +21,15 @@ cd /home/git/gitlab
sudo -u git -H git pull origin 6-2-stable 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 ```bash
cd /home/git/gitlab cd /home/git/gitlab
Loading
@@ -38,12 +46,12 @@ sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production
Loading
@@ -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 sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production
``` ```
   
### 4. Start application ### 5. Start application
   
sudo service gitlab start sudo service gitlab start
sudo service nginx restart sudo service nginx restart
   
### 5. Check application status ### 6. Check application status
   
Check if GitLab and its environment are configured correctly: Check if GitLab and its environment are configured correctly:
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment