Easy setup for a sandboxed copy of OpenGrok with all its dependencies, built from source!
This requires that you have Virtualbox and Vagrant installed.
To get puppet ready, do this to get the vagrant vm running:
- Clone this repo
- vagrant up
- vagrant ssh
- cd OpenGrok
- ant
DIALUP USERS BEWARE - This is going to download a copy of Ubuntu 12.04 32bit and then a bunch of dependencies. Nearly a gig or so.
- Get
ant default
tests to be readable and passing. - Get JUnit tests for
mvn install
to pass.