Skip to content

Instantly share code, notes, and snippets.

@gboddin
Created September 16, 2015 11:08
Show Gist options
  • Save gboddin/f7cd8629aae8fe495421 to your computer and use it in GitHub Desktop.
Save gboddin/f7cd8629aae8fe495421 to your computer and use it in GitHub Desktop.
Spawn a quick install of d8
composer global require drush/drush:dev-master
drush dl drupal-8.0.x
cd drupal-8.0.x-dev
drush site-install standard --account-name=admin --account-pass=admin --db-url=mysql://boddigr:xxxxxx@localhost/boddigr_d8
drupal_dev_lighttpd #see : https://gist.github.com/gboddin/20a900c2d3c65a3a6615
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment