... | @@ -18,14 +18,6 @@ To run something like `sudo -u git -H git checkout v2.7.2`. |
... | @@ -18,14 +18,6 @@ To run something like `sudo -u git -H git checkout v2.7.2`. |
|
|
|
|
|
You need to first `sudo su - git` and then after successfully logging in with the git users identity and environment run `git checkout v2.7.2`.
|
|
You need to first `sudo su - git` and then after successfully logging in with the git users identity and environment run `git checkout v2.7.2`.
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
#### References
|
|
|
|
|
|
|
|
- http://doc.gitlab.com/ce/update/README.html
|
|
|
|
- https://gitlab.com/gitlab-org/gitlab-ce/tree/master/doc/update
|
|
|
|
- https://github.com/gitlabhq/gitlab-recipes/tree/master/install/centos
|
|
|
|
|
|
|
|
|
|
|
|
### Commands
|
|
### Commands
|
|
|
|
|
... | @@ -43,3 +35,12 @@ cd /home/git/gitlab |
... | @@ -43,3 +35,12 @@ cd /home/git/gitlab |
|
|
|
|
|
sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS_ENV=production
|
|
sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS_ENV=production
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
#### References
|
|
|
|
|
|
|
|
- http://doc.gitlab.com/ce/update/README.html
|
|
|
|
- https://gitlab.com/gitlab-org/gitlab-ce/tree/master/doc/update
|
|
|
|
- https://github.com/gitlabhq/gitlab-recipes/tree/master/install/centos |