Last active
August 29, 2015 14:02
-
-
Save jtwalters/ea79fe5a52cafa818b2c to your computer and use it in GitHub Desktop.
Download and install Drupal 7 (MAMP on OS X)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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