Easily configurable local LEMP-environment for multiple local-domains.
- Install Vagrant & VirtualBox
- Install Ansible
- Install hostsupdater-plugin for vagrant:
vagrant plugin install vagrant-hostsupdater
- Run
vagrant up
- Add site-information to
config.yml
sites
-array. - Run
vagrant provision
to automatically add necessary information to the box & to you hosts-file.
- Installing Mailcatcher has been disabled in
/provision/roles/tools/tasks/main.yml
for the time being, since it keeps failing
Like always, you should as Niklas as he knows everything.