Skip to content

Instantly share code, notes, and snippets.

@grasmash
Created October 21, 2020 20:50
Show Gist options
  • Save grasmash/e3089ef2eff2c6e1f6882f56b16f9b3b to your computer and use it in GitHub Desktop.
Save grasmash/e3089ef2eff2c6e1f6882f56b16f9b3b to your computer and use it in GitHub Desktop.
Spin up Lando for an Acquia site
git clone [my site]
lando init \
--source cwd \
--recipe drupal9 \
--webroot docroot \
--name my-new-app
lando start
lando ssh
curl -OL https://github.com/acquia/cli/releases/latest/download/acli.phar && chmod +x acli.phar && mv acli.phar /usr/local/bin/acli
acli auth:login
acli refresh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment