Merge pull request #8546 from h0ru5/patch-1

add necessary dir for uploads in update to 6.7
This commit is contained in:
Jeroen van Baarsen 2015-04-08 10:07:17 +02:00
commit 4cf25eea3a
1 changed files with 3 additions and 0 deletions

View File

@ -71,6 +71,9 @@ sudo -u git -H gzip /home/git/gitlab-shell/gitlab-shell.log.1
# Close access to gitlab-satellites for others
sudo chmod u+rwx,g=rx,o-rwx /home/git/gitlab-satellites
# Add directory for uploads
sudo -u git -H mkdir -p /home/git/gitlab/public/uploads
```
## 5. Start application