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:
- Modify the variables in ansible/vars.yml to fit your desired configuration
- Type
vagrant up
in the repo's root directory - If you have any problems during setup, run
vagrant provision
once you've fixed them to continue provisioning the server - 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.