Created
September 29, 2011 02:43
-
-
Save mpezzi/1249870 to your computer and use it in GitHub Desktop.
Ubuntu: Gitolite Installation
This file contains hidden or 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
# 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