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
diff options
context:
space:
mode:
authorValeriy Sizov <vsv2711@gmail.com>2012-07-16 13:29:02 +0400
committerValeriy Sizov <vsv2711@gmail.com>2012-07-16 13:29:02 +0400
commit244a1cad62ad9675a218093dc6fbc07f302a0d9e (patch)
tree7985097bd2f1afb52389e7f1bb305b9e8b9ba461 /doc/installation.md
parent5265a88d7534ceddbfa22e4f855e60ecf5716a84 (diff)
parent7359133798e8cc4fdd6569a11fd20f02110331fc (diff)
Merge pull request #1045 from tobert/patch-1
The gitlab.pub file probably shouldn't be world readable, but let's star...
Diffstat (limited to 'doc/installation.md')
-rw-r--r--doc/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation.md b/doc/installation.md
index d461121cea5..3dfedfe10ad 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -110,7 +110,7 @@ Setup:
sudo -u git sh -c 'echo -e "PATH=\$PATH:/home/git/bin\nexport PATH" >> /home/git/.profile'
sudo -u git -H sh -c "PATH=/home/git/bin:$PATH; /home/git/gitolite/src/gl-system-install"
sudo cp /home/gitlab/.ssh/id_rsa.pub /home/git/gitlab.pub
- sudo chmod 777 /home/git/gitlab.pub
+ sudo chmod 0444 /home/git/gitlab.pub
sudo -u git -H sed -i 's/0077/0007/g' /home/git/share/gitolite/conf/example.gitolite.rc
sudo -u git -H sh -c "PATH=/home/git/bin:$PATH; gl-setup -q /home/git/gitlab.pub"