Harness the power of Aquifer plus Drupal and DrupalVM
- VirtualBox: https://www.virtualbox.org/wiki/Downloads
- Vagrant: https://www.vagrantup.com/
- Ansible: http://docs.ansible.com/ansible/intro_installation.html
- DrupalVM needs the following vagrant plugins:
vagrant plugin install vagrant-hostsupdater
vagrant plugin install vagrant-auto_network
cd vm/
ansible-galaxy install -r provisioning/requirements.yml --force
vagrant up
cd ../
cd aquifer/
aquifer build
- Go to drupal.dev/install.php
cd ../
drush @drupal.drupal.dev en master -y
drush @drupal.drupal.dev master-execute --scope=local -y