Skip to content

Instantly share code, notes, and snippets.

@alexpott
Last active May 3, 2018 23:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexpott/6eae6c2de3c96e927300b37f1577a182 to your computer and use it in GitHub Desktop.
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)
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