Created
April 8, 2012 07:39
-
-
Save sotarok/2335727 to your computer and use it in GitHub Desktop.
gitolite インストール (debian squeeze) ref: http://qiita.com/items/b929d8512be2c7e52ace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ wget http://ftp.nara.wide.ad.jp/debian/pool/main/g/gitolite/gitolite_2.2-1_all.deb | |
$ sudo dpkg -i gitolite_2.2-1_all.deb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo -H -u gitolite gl-setup /tmp/sotarok.pub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment