Skip to content

Instantly share code, notes, and snippets.

@o-ars
Created May 17, 2013 19:26
Show Gist options
  • Save o-ars/5601364 to your computer and use it in GitHub Desktop.
Save o-ars/5601364 to your computer and use it in GitHub Desktop.
drush dl drupal //Download drupal
drush site-install --db-url=mysql://user:password@localhost/drupal //install downloaded drupal folder
drush dl simplenews admin_menu //Download modules SimpleNews and Admin_Menu
drush en admin_menu, simplenews, admin_menu_toolbar // Enables the three different modules
drush dis toolbar //Disable default drupal toolbar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment