Skip to content

Instantly share code, notes, and snippets.

@CashWilliams
Last active March 1, 2018 22:46
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 CashWilliams/a3e84c11e478369109f8581d2eb7ce7e to your computer and use it in GitHub Desktop.
Save CashWilliams/a3e84c11e478369109f8581d2eb7ce7e to your computer and use it in GitHub Desktop.
quick drupal
#!/bin/sh
wget https://raw.githubusercontent.com/composer/getcomposer.org/1b137f8bf6db3e79a38a5bc45324414a6b1f9df2/web/installer -O - -q | php -- --quiet
php composer.phar create-project drupal/drupal --no-dev
cd drupal
php ../composer.phar require drush/drush
./vendor/drush/drush/drush si --account-pass=admin --db-url=sqlite://sites/default/files/.ht.sqlite -y
./vendor/drush/drush/drush rs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment