Skip to content

Instantly share code, notes, and snippets.

@marciuz
Last active August 29, 2015 14:17
Show Gist options
  • Save marciuz/8a72fd2b20ce6c5bad0b to your computer and use it in GitHub Desktop.
Save marciuz/8a72fd2b20ce6c5bad0b to your computer and use it in GitHub Desktop.
Create a new Drupal website
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