Skip to content

Instantly share code, notes, and snippets.

@mpezzi
Created September 29, 2011 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mpezzi/1249870 to your computer and use it in GitHub Desktop.
Save mpezzi/1249870 to your computer and use it in GitHub Desktop.
Ubuntu: Gitolite Installation
# Creating git user
sudo adduser -system -shell /bin/bash -gecos 'git version control' -group -disabled-password -home /var/git git
# Clone Gitolite
git clone git://github.com/sitaramc/gitolite
cd gitolite
src/gl-system-install
# Run setup as git user.
sudo su
su git
gl-setup ~/YourName.pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment