Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2015-04-08 11:07:17 +0300
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2015-04-08 11:07:17 +0300
commit4cf25eea3abd7e0928d6a87f33bf98d89b1bc2e8 (patch)
treeebb22b332dd35c53d20639f0ab1d93f3d10544f1 /doc
parent526b28daa3837209a638c1c02aed3a5371e62ee3 (diff)
parentaa5c9abb97c38b8cd53d37c3ea67a19d0a9f28e3 (diff)
Merge pull request #8546 from h0ru5/patch-1
add necessary dir for uploads in update to 6.7
Diffstat (limited to 'doc')
-rw-r--r--doc/update/6.6-to-6.7.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/update/6.6-to-6.7.md b/doc/update/6.6-to-6.7.md
index 5622a7001ed..b4298c93429 100644
--- a/doc/update/6.6-to-6.7.md
+++ b/doc/update/6.6-to-6.7.md
@@ -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