Installing Drupal 7 using Drush

Drush is raealy handy to do the Drupal stuff ver quick and easy. If you haven't already installed Drush check http://drupal.org/project/drush.

Installing Drupal 7 with DRUSH is awsome, with just two simple commands, setting up MYSQL user and DB, note down the passwoprd, then run the following comman.

Make sure to replace the user and passwords names for your local setup:

drush dl drupal-7.x
drush site-install standard --account-name=admin --account-pass=admin --db-url=mysql://MySQLUser:Password@localhost/MySQLDatabase

...and you're done.

*Note: The Drupal username and password seemed to always end up as admin/admin. So, just using those and then changing them after you login to your new site.

Comments

  1. i was very glad by seeing this post and the news which is posted is very useful as well as you can also find better information in Drupal CMS

    ReplyDelete

Post a Comment

Popular posts from this blog

How to Reset Root Password in Drupal 7 with phpMyAdmin

Drupal - Hiding field group and its Children