diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-04-04 09:36:25 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-04-04 09:36:25 +0200 |
commit | 04324908fb14fe2bb0600a164a60870100122d3f (patch) | |
tree | f6654800494d29f3778d70a35d9affa31ece217b /doc/install/installation.md | |
parent | 49a5159946bc8added6258f62efcf7674e4b0562 (diff) | |
download | gitlab-ce-04324908fb14fe2bb0600a164a60870100122d3f.tar.gz |
Add to update guides satellites group permission.
Diffstat (limited to 'doc/install/installation.md')
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index b640996c28c..bc194d33927 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -202,7 +202,7 @@ You can change `6-6-stable` to `master` if you want the *bleeding edge* version, # Create directory for satellites sudo -u git -H mkdir /home/git/gitlab-satellites - sudo chmod o-rwx /home/git/gitlab-satellites + sudo chmod u+rwx,g+rx,o-rwx /home/git/gitlab-satellites # Create directories for sockets/pids and make sure GitLab can write to them sudo -u git -H mkdir tmp/pids/ |