Skip to content

Instantly share code, notes, and snippets.

@ruyrocha
Created January 18, 2013 19:08
Show Gist options
  • Save ruyrocha/4567354 to your computer and use it in GitHub Desktop.
Save ruyrocha/4567354 to your computer and use it in GitHub Desktop.
GitLab on CentOS 5.x (minor tweaks)
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
@ruyrocha
Copy link
Author

  1. GitLab

Remember to install libicu and libicu-devel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment