Last active
May 3, 2018 23:13
-
-
Save alexpott/6eae6c2de3c96e927300b37f1577a182 to your computer and use it in GitHub Desktop.
A new quick way to start drupalling on a local install. You need git and PHP (>5.5.9)
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
curl -sS https://ftp.drupal.org/files/projects/drupal-8.6.x-dev.zip --output drupal.zip | |
unzip drupal.zip | |
cd drupal-8.6.x-dev | |
php ./core/scripts/drupal quick-start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment