update change git home directory, and update deploy.sh in doc

This commit is contained in:
Arif Ali
2014-03-03 21:13:05 +00:00
parent 27232b77c4
commit 04eb8f312f

View File

@@ -191,6 +191,14 @@ cd ~git
sudo -u git -H gitlab-shell/support/rewrite-hooks.sh
```
### 10. Update deploy.sh
The file `~git/gitlab/lib/support/deploy/deploy.sh`, also has the home directory hardcoded, again update the file
```bash
sed -i -e 's/\/home/\/var\/lib/g' ~git/gitlab/lib/support/deploy/deploy.sh
```
### 11. Update logrotate files
```