Commit 88176dad authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #4130 from TrevorS/fix-update-docs-5.0-5.1

adding update info regarding gitlab-shell config.yml (re: dashboard update problems)
parents 63937577 8f50eb74
......@@ -23,8 +23,14 @@ sudo -u git -H git checkout 5-1-stable
cd /home/git/gitlab-shell
sudo -u git -H git fetch
sudo -u git -H git checkout v1.3.0
# replace your old config with the new one
sudo -u git -H mv config.yml config.yml.old
sudo -u git -H cp config.yml.example config.yml
# edit options to match old config
sudo -u git -H vi config.yml
```
### 4. Install libs, migrations etc
```bash
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment