Skip to content

Instantly share code, notes, and snippets.

@gagarine
Created February 12, 2012 18:40
Show Gist options
  • Save gagarine/1810147 to your computer and use it in GitHub Desktop.
Save gagarine/1810147 to your computer and use it in GitHub Desktop.
install drupal in the very fast way
# Using version 4 of drush http://drush.ws/help
drush dl drupal
mv drupal-7.10 d7.dev
cd d7.dev
drush site-install standard --db-url=mysql://user:passwd@localhost/og --db-su=root --db-su-pw= --site-name=D7-Dev
drush dis toolbar
drush dl admin_toolbar views features devel ctools entity jquery_update
drush en admin_menu_toolbar views_ui features devel jquery_update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment