Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jason1119/vagrant-gitlist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-gitlist

Plug and play Vagrantfile for GitList

Screenshot of working GitList

Getting Started

Install Vagrant as instructed by http://www.vagrantup.com/

Clone the repository via git

git clone https://github.com/twolfson/vagrant-gitlist

Modify 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

http://127.0.0.1:8080/

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style.

Donating

Support this project and others by twolfson via gittip.

Support via Gittip

Unlicense

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.

About

Plug and play Vagrantfile for GitList

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Nginx 100.0%