Skip to content

Instantly share code, notes, and snippets.

@grapeot
grapeot / gist:3209996
Created July 30, 2012 20:40
Gitolite Setup @ EC2
# Install git
cd $HOME
sudo yum -y update
sudo yum -y install git
# Prepare the public key, which will be used later
cp ~/.ssh/authorized_keys /tmp/Default.pub
chmod a+r /tmp/Default.pub
# Use the user git to install gitolite from source.