Skip to content

Instantly share code, notes, and snippets.

@jtwalters
Last active August 29, 2015 14:02
Show Gist options
  • Save jtwalters/ea79fe5a52cafa818b2c to your computer and use it in GitHub Desktop.
Save jtwalters/ea79fe5a52cafa818b2c to your computer and use it in GitHub Desktop.
Download and install Drupal 7 (MAMP on OS X)
drush dl drupal \
--destination=/Applications/MAMP/htdocs \
--drupal-project-rename=d7
cd /Applications/MAMP/htdocs/d7
drush site-install standard \
--db-url="mysql://root:root@localhost/d7"\
--site-name="d7"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment