Skip to content

Instantly share code, notes, and snippets.

@grasmash
Last active April 7, 2020 17:57
Show Gist options
  • Save grasmash/3821e9b66e813a2fa8563b2fcb23fcb5 to your computer and use it in GitHub Desktop.
Save grasmash/3821e9b66e813a2fa8563b2fcb23fcb5 to your computer and use it in GitHub Desktop.
Create a new Drupal 9 site on Acquia Cloud
composer create-project --no-install drupal/recommended-project:^9.0.0-beta2 .
sed -i'.original' 's/web\//docroot\//g' composer.json && rm composer.json.original
composer require drush/drush:^10.2 drupal/mysql56 --no-update
composer update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment