Skip to content

Instantly share code, notes, and snippets.

@lrobeson
Last active January 12, 2017 00:20
Show Gist options
  • Save lrobeson/3c959ecade72198915d604a2216ddb2e to your computer and use it in GitHub Desktop.
Save lrobeson/3c959ecade72198915d604a2216ddb2e to your computer and use it in GitHub Desktop.
Quick and painless Drupal 7 + Gesso site setup (no VM or MAMP needed)

Initial install

drush core-quick-drupal --core=drupal-7.53 d7 gesso html5_tools elements magic clean_markup blockify modernizr; drush en magic_dev -y

Post-install: use PHP's built-in HTTP server

drush runserver

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment