Looking for setup steps for gitosis after installing from apt-get.
|
|
|
||||
|
|
|
I suggest looking into this page. It gives clear instructions about how to do the setup for Debian based (like ubuntu) systems. First you create a new repository, then you check that out using the git client. This check out can be used to configure the server. But that is all very nicely explained on that page. Good luck! |
|||
|
|
|
Ok, so To make gitosis create the admin repo, you probably need to create an ssh key pair and tell gitosis to use it for user authentication. Try When the admin repository has been created, you use the private part of the previously generated ssh (most probably called "id_rsa") key pair to authenticate your git client when cloning the admin repo.
To clone the admin repo, the following command can be used Now you can add the public keys for anybody that is supposed to have access to the git repositories to the admin repository. |
||||
|
|