Permission Problmem
Created by: spuder
There are two ways to install gitlab.
- With the setup script
- Manually.
If you install with the setup script, it sets the permission of the gitlab.pub file to 777, if you install manually, you are instructed to set it to 444
https://github.com/gitlabhq/gitlabhq/blob/stable/doc/installation.md#4-install-gitlab-and-configuration-check-status-configuration sudo chmod 0444 /home/git/gitlab.pub
https://raw.github.com/gitlabhq/gitlab-recipes/master/install/debian_ubuntu.sh sudo chmod 777 /home/git/gitlab.pub