git clone git:eagain.net/gitosis.git cd gitosis sudo python setup.py install sudo adduser \ –system \ –shell /bin/sh \ –gecos 'git version control' \ –group \ –disabled-password \ –home /home/git \ git SSH Public Key auf den Server kopieren sudo -H -u git gitosis-init < /tmp/id_rsa.pub Post-Update hook ausführbar machen sudo chmod 755 /home/git/repositories/gitosis-admin.git/hooks/post-update http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way
Back to top