-
Put your AWS credentials in ~/.fog like so:
default: aws_access_key_id: <your key here> aws_secret_access_key: <your secret here>
-
Fire up your git in a box:
./git-in-a-box.rb
-
Test it out:
ssh -p 2222 git@<your box's ip> (You should see a greeting, a list of the gitolite default repositories and then be unceremoniously dumped back to your shell)
-
Clone the gitolite-admin repository:
git clone ssh://git@<your box's ip>:2222/gitolite-admin
-
From here on out, you're in gitolite country.
- Store git repositories outside the docker container
- Run gitweb