Skip to content

Environment Setup

davidgaskins edited this page Apr 22, 2018 · 1 revision

Ubuntu (with docker installed)

  • From the root of the github repo.
$ ./env.sh

Ubuntu (docker not installed)

  • Run the SHELL lines from the Vagrantfile.

Mac

Not supported. Install an ubuntu box with docker using the following instructions.

  • Install Vagrant
  • From the git repo
$ vagrant up
$ cd /vagrant
  • Follow the "Ubuntu with docker installed" instructions from above

Windows

Not supported.

Clone this wiki locally