Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 994 Bytes

install_vagrant.md

File metadata and controls

28 lines (21 loc) · 994 Bytes

Vagrant Install

NOTE: We recommend only installing with Vagrant for development / testing purposes. If you are deploying to production, we recommend following the quick bash install guide, or if you're on Ubuntu 14.04, check out Jay's wiki page, on Ubuntu installation, complete with in-depth instructions and explanations.

You will need:

  • Vagrant
  • VirtualBox
  • Ansible

Instructions:

  1. Modify the variables in ansible/vars.yml to fit your desired configuration
  2. Type vagrant up in the repo's root directory
  3. If you have any problems during setup, run vagrant provision once you've fixed them to continue provisioning the server
  4. If you need to restart the server, you can simply run vagrant provision again

By default, the server will run on port 9999, but you can configure this in the vars.yaml file.