adding update info regarding gitlab-shell config.yml

This commit is contained in:
Trevor Strieber 2013-05-29 15:03:54 -06:00
parent 6393757707
commit 8f50eb7467
1 changed files with 6 additions and 0 deletions

View File

@ -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