Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 800 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 800 Bytes

Add

Harness the power of Aquifer plus Drupal and DrupalVM

Download and install all dependencies:

Get DrupalVM up and running

  • cd vm/
  • ansible-galaxy install -r provisioning/requirements.yml --force
  • vagrant up
  • cd ../

Manual site install:

  • cd aquifer/
  • aquifer build
  • Go to drupal.dev/install.php
  • cd ../

Use the master module to enable local modules:

  • drush @drupal.drupal.dev en master -y
  • drush @drupal.drupal.dev master-execute --scope=local -y