Created
October 27, 2017 17:11
-
-
Save webflo/fe2105bf0ebbd22f234e4ea12e867ba2 to your computer and use it in GitHub Desktop.
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
mkdir foo | |
cd foo | |
wget https://ftp.drupal.org/files/projects/drupal-8.4.0.tar.gz | |
tar xfv drupal-8.4.0.tar.gz | |
mv drupal-8.4.0 docroot | |
echo "{}" > composer.json | |
composer require drush/drush:^9@dev | |
cd .. | |
ln -nfs foo foo2 | |
cd foo2/docroot | |
../vendor/bin/drush status | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment