Last active
April 7, 2020 17:57
-
-
Save grasmash/3821e9b66e813a2fa8563b2fcb23fcb5 to your computer and use it in GitHub Desktop.
Create a new Drupal 9 site on Acquia Cloud
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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