These are my notes while following the installation instructions at:
- http://sitaramc.github.com/gitolite/install.html
- http://sitaramc.github.com/gitolite/ssh-and-http.html
Part 1 - Installing gitolite (this part works)
Create hosting user (user with no interactive login shell access) username = git On Fedora, this command creates a system account git with local password locked. The default option for the useradd command (when --password option isn’t supplied) is to disable the password.
switch to git user -
Clone from gitolite repository
Actual Install - using option 2 (http://sitaramc.github.com/gitolite/install.html) Now clone admin-repo. Make changes and push to origin