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

#run vagrant
vagrant up

#once the environment is up
vagrant ssh

#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