Skip to content
This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Vagrant scripts

johnadamsDFID edited this page Nov 16, 2013 · 2 revisions

These Vagrant scripts will help you set up a development environment:

To run this once you have downloaded and installed Vagrant and VirtualBox, just

mkdir vagrant-devtracker
cd vagrant-devtracker
#copy in the files Vagrantfile and bootstrap-devtracker.sh into this folder

Start vagrant

vagrant up

Once the environment is up, go into the vagrant box

vagrant ssh

And clone and start the DevTracker

git clone https://github.com/DFID/devtracker-new.git
cd devtracker-new/research/pipeline/synchroniser
./sbt run
Clone this wiki locally