123456789101112131415161718192021222324 |
- * Git book, chapter 4: [Git on the Server][git-book]
- * [How to setup a GIT server with gitolite and gitweb][ao] on Antonio Ospite's
- wiki
- * [Git, Gitweb, and Gitolite setting on Nginx inside Ubuntu][adrian] on Adrian's
- Notes
- * [Installation of GIT, Gitolite and Gitweb in Debian Squeeze][ittips] on IT
- Tips and Tricks
- * [HowTo: Setup Gitolite in Debian][gm] by geroldM
- * [Gitolite 2 documentation][g2]
- * [Public read access for git repositories][gj]
- * <http://www.howtoforge.com/how-to-install-a-public-git-repository-on-a-debian-server>
- * <https://www.maxoberberger.net/blog/2013/02/lighttpd-and-gitweb/>
- * <https://wiki.archlinux.org/index.php/gitweb>
- * <http://box.matto.nl/gitwebwheezy.html>
- * <http://jnrbsn.com/2009/11/how-to-setup-gitweb-with-lighttpd-on-ubuntu>
- [git-book]: http://git-scm.com/book/en/Git-on-the-Server
- [ao]: http://ao2.it/wiki/How_to_setup_a_GIT_server_with_gitolite_and_gitweb
- [andrian]: http://www.ardianys.com/2013/07/git-gitweb-gitolite-nginx-ubuntu-setting.html
- [ittips]: http://tipstricks.itmatrix.eu/?p=1693
- [gm]: http://geroldm.com/2011/10/howto-setup-gitolite-in-debian/
- [g2]: http://gitolite.com/gitolite/g2/master-toc.html
- [gj]: http://granjow.net/git-read-access.html
|