Friday, April 12, 2013

Install drush on windows

 

Drush is a command line shell and scripting interface for Drupal. More

 

How to install (click here to see more) drush on windows ?


Steps to install :


Very simple steps to install drush on windows.

1) http://drupal.org/node/594744

2) See this image for more help

install drush
You can use the above link to see more


after completing these steps goto step # 3

3) open cmd - goto xamp /htdocs - > drush dl drupal (Will down load drupal package)

4) move to specified path where do you : xamp / htdocs / drupal

5) goto xamp /htdocs/drupal -> drupal si --help

si(site install)

Ex:
drush site-install
--db-url=mysql://root:pass@localhost:port/dbname

6) Example code :

C:\xampp\htdocs\drupal-7.20>drush si standard --db-url=mysql://root:""@localhost
:port/kali --db-su=root --site-name ="kalidas site"

Note : kali is my db name

thats it. Drupal will be installed in your machine.

7) see below image for more help 


install drush on windows
Install drush on windows


 


No comments:

Post a Comment