Skip to content

Instantly share code, notes, and snippets.

@phptuts
Last active March 15, 2020 02:49
Show Gist options
  • Save phptuts/5de74321ec8005e9babb603c5ab076ad to your computer and use it in GitHub Desktop.
Save phptuts/5de74321ec8005e9babb603c5ab076ad to your computer and use it in GitHub Desktop.
Installing Drupal With land
lando poweroff
rm -rf yoursitename && mkdir -p yoursitename && cd yoursitename
lando init --source remote --remote-url https://www.drupal.org/download-latest/tar.gz --remote-options="--strip-components 1" --recipe drupal8 --webroot . --name yoursitename
lando start

Data Information

database name: yoursitename

username: root (not for production)

password: blank

host url: database

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment