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

Merge pull request #3717 from lbt/update_docs

Make absolutely sure we're in the right place when executing commands th...
parents 5a0e7291 87aed8d4
No related branches found
No related tags found
4 merge requests!4250Readme rendering fix,!3804Prepend "sudo -u git -H" to backup bundle exec commands.,!3776Patch 1,!3746Make the migration doc pg-compatible
Loading
Loading
@@ -10,7 +10,7 @@
### 2. get latest code
 
```
cd /home/git/gitlab
sudo -u git -H git fetch
sudo -u git -H git checkout 5-1-stable
 
Loading
Loading
@@ -27,6 +27,7 @@ sudo -u git -H git checkout v1.3.0
### 4. Install libs, migrations etc
 
```
cd /home/git/gitlab
sudo rm tmp/sockets/gitlab.socket
sudo -u git -H cp config/puma.rb.example config/puma.rb
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment