You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 17, 2020. It is now read-only.
also includes a reference to bootstrap-devtracker.sh which sets up the key OS components needed for the 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