Created
February 12, 2012 18:40
-
-
Save gagarine/1810147 to your computer and use it in GitHub Desktop.
install drupal in the very fast way
This file contains hidden or 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
# 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 |
This file contains hidden or 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 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