Created
January 18, 2013 19:08
-
-
Save ruyrocha/4567354 to your computer and use it in GitHub Desktop.
GitLab on CentOS 5.x (minor tweaks)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3. System Users | |
~ # adduser -s /bin/sh -c 'Git Version Control' git | |
~ # adduser -s /sbin/nologin -c 'GitLab' gitlab | |
then proceed with normal steps. | |
4. Gitolite | |
Fix "git" directory permissions: | |
~ # chmod 710 /home/git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Remember to install libicu and libicu-devel