Merge pull request #222 from lesstif/master

[Installation script] GitLab 6.x - CentOS 6.5
This commit is contained in:
Achilleas Pipinellis
2014-05-02 09:08:25 +03:00

View File

@@ -457,18 +457,15 @@ authentication methods.
sudo -u git -H editor config/gitlab.yml
# Make sure GitLab can write to the log/ and tmp/ directories
chown -R git log/
chown -R git tmp/
chmod -R u+rwX log/
chmod -R u+rwX tmp/
chown -R git {log,tmp}
chmod -R u+rwX {log,tmp}
# Create directory for satellites
sudo -u git -H mkdir /home/git/gitlab-satellites
chmod u+rwx,g+rx,o-rwx /home/git/gitlab-satellites
# Make sure GitLab can write to the tmp/pids/ and tmp/sockets/ directories
chmod -R u+rwX tmp/pids/
chmod -R u+rwX tmp/sockets/
chmod -R u+rwX tmp/{pids,sockets}
# Make sure GitLab can write to the public/uploads/ directory
chmod -R u+rwX public/uploads