For additional reference, see the Google Doc: HeroDevs—Working with Drupal https://docs.google.com/document/d/1GuESxufOfUWEt_Da_ZrmUutdnX2oCdIFkMhKgHW7WB4
-
Install Lando (https://lando.dev/download).
-
Clone this repo.
-
In the project directory, initiate the containers with:
lando start -
Install Drupal with:
lando drush site:install --db-url=mysql://drupal7:drupal7@database/drupal7 -y -
Change the site name:
lando drush vset site_name "HeroDevs Drupal 7 Demo Site" -
Change the password:
lando drush upwd admin --password="password" -
Visit the URL:
http://hd-drupal-7.lndo.site