Last active
August 28, 2015 07:52
-
-
Save mariusk/2cc66be750f266b18f96 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
sudo xcode-select -s /Library/Developer/CommandLineTools | |
brew reinstall php56 --with-homebrew-libressl --with-homebrew-libxml2 --with-pgsql | |
curl -sS https://getcomposer.org/installer | php | |
mv composer.phar /usr/local/bin/composer | |
composer global require drush/drush:dev-master | |
export PATH=$PATH:"~/.composer/vendor/bin" | |
drush dl drupal-8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment