Requirements
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
DO NOT USE THIS IN A PRODUCTION ENVIRONMENT
- All parameters are in ansible/vars/all.yml
- You'll also have to configure this file manually : Vagrantfile
- Run your virtual machine:
vagrant up --provision
- Connect through SSH to the virtual machine:
vagrant ssh
For more convenience, setup local hosts on your host machine
sudo /bin/bash -c 'echo "192.168.45.99 dev.domain.ltd" >> /etc/hosts'