VibrentHealth¶
For drupalStand documentation visit drupalStand README.
Once you have all dependencies installed and configured (please refer to intro) you can clone the repo and install drupal.
Build¶
1 2 3 4 5 | git clone git@github.com:mobomo/vibrent-jau-demo.git lando composer install lando drush site-install minimal -vvv --yes --account-name=admin --account-pass=SomethinglongAndmemorable5! --account-mail=dp_admin@mobomo.com install_configure_form.enable_update_status_module=NULL install_configure_form.enable_update_status_emails=NULL cat config/system.site.yml | grep uuid | tail -c +7 | head -c 36 | lando drush config-set -y system.site uuid - |
1 | cat config/system.site.yml | grep uuid | tail -c +7 | head -c 36 | lando drush config-set -y system.site uuid - |