Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 568 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 568 Bytes

eums-provisioning

Provisioning repo for the End User Monitoring System.

Local Deployment

  1. Install Vagrant.
  2. Install VirtualBox.
  3. Download the Ubuntu 14.04 Vagrant box.
  4. vagrant box add eums /path/to/downloaded/box
  5. cd /path-to-project-root/vagrant
  6. vagrant up
  7. EUMS will be running locally at 127.0.0.1:8080

Main Deployment

See the Deployment Guide.