Skip to content

Instantly share code, notes, and snippets.

View domtn's full-sized avatar

Tung Nguyen domtn

  • Toronto, Ontario, Canada
View GitHub Profile
@domtn
domtn / install-git.sh
Created May 28, 2012 22:00 — forked from padcom/install-git.sh
Automated install of Git host on Ubuntu 10.04 with authorization and web interface for browsing
#!/bin/sh
#
# install required packages
#
apt-get install apache2 git-core gitweb
#
# create folder to host the repositories
#