Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 751 Bytes

DEVELOP.md

File metadata and controls

17 lines (15 loc) · 751 Bytes

Follow these steps to get a local copy of Mettle running.

  1. Install Vagrant.
  2. Clone the repository.
  3. From the root of the checkout, vagrant up and wait for the provisioning script to finish.
  4. Use vagrant ssh to get a shell into the Vagrant environment.
  5. cd /vagrant
  6. mkvirtualenv mettle
  7. make dev
  8. foreman start

You should now see a bunch of output in your terminal. The Mettle UI should be running on port 8000, and some dummy jobs will be running (creating some tiny text files in a temp folder). You can click around the Mettle UI to watch those jobs complete, or fail (they are coded to randomly fail some percent of the time, so we can test retries and error reporting).