Skip to content

khornberg/vagrant-gitlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitList Vagrant Setup

Provisions a vagrant VM to build and test GitList.

Software

  • Precise32
  • ant
    • java
    • ark
  • apt
  • apache2
    • apache2::mod_php5
    • apache2::mod_deflate
    • apache2::mod_rewrite
  • php
  • git
  • composer
  • PHP_Depend
  • PHPUnit
  • PHPLOC
  • PHP Copy/Paste Detector
  • PHP_Mess Detector

Setup

Requires vagrant to be installed and uses the box name precise32. If you have another base box to use you can change that in the Vagrantfile.

Clone this repository and run Vagrant to build GitList git clone git://github.com/khornberg/vagrant-gitlist.git vagrant up

Build

The recipe will clone the latest master from klaussilveria, build it, and set up gitlist. You can access the built Gitlist at http://localhost:8080. You will be looking at the latest clone of GitList from which you build GitList.

Local Build

You can build from your clone of Gitlist by un/commenting out a section in the cookbooks/vagrant_main/recipes/default.rb

About

Builds and displays Gitlist using Vagrant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages