Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 590 Bytes

README.markdown

File metadata and controls

19 lines (13 loc) · 590 Bytes

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:

  1. Clone this repo
  2. vagrant up
  3. vagrant ssh
  4. cd OpenGrok
  5. 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.

TODO

  • Get ant default tests to be readable and passing.
  • Get JUnit tests for mvn install to pass.