Plug and play Vagrantfile for GitList
Install Vagrant as instructed by http://www.vagrantup.com/
Clone the repository via git
git clone https://github.com/twolfson/vagrant-gitlistModify the Vagrantfile to display your repositories folder
cd vagrant-gitlist
pico Vagrantfile
# Update the following line
# config.vm.synced_folder "path/to/my/repos", "/var/www/projects"
# Example:
# config.vm.synced_folder "/home/todd/github", "/var/www/projects"Launch the Vagrant instance
vagrant up
# Bringing machine 'default' up with 'virtualbox' provider...When the instance is complete, you should be able to access your GitList instance at
In lieu of a formal styleguide, take care to maintain the existing coding style.
Support this project and others by twolfson via gittip.
As of Jan 28 2014, Todd Wolfson has released this repository and its contents to the public domain.
It has been released under the UNLICENSE.

