Last active
August 29, 2015 14:17
-
-
Save marciuz/8a72fd2b20ce6c5bad0b to your computer and use it in GitHub Desktop.
Create a new Drupal website
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 --drupal-project-rename=example | |
cd example | |
drush site-install standard --db-url='mysql://[username]:[password]@localhost/example' --site-name=example --account-name=admin --account-pass=[passwd] | |
drush dl ctools views date token ds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment