Monday, August 8, 2011

Drush Instalation on Windows

Video Tutorial: http://vimeo.com/15371661
Other helpful Link: http://ninjagirl.com/posts/013/installing-drush-windows


------

Words in my experience - it woks well  :-)


Step1: Install Wamp server on your system

Step2:
Download DRUSh from this website for full package - http://www.7-zip.org/
OR (click on below link for your choice)
-----------------------------------------------------------------------
Download 7-Zip 9.20 (2010-11-18) for Windows:
Link
Type
Windows
Size
.exe
32-bit x86
1 MB
.msi
64-bit x64
1 MB
-----------------------------------------------------------------------
Place this folder on c drive or somewhere…
Step3:
Download and install all additional applications - Wget, Tar, LibArchive and Gzip from  this website http://gnuwin32.sourceforge.net/packages.html

Step4: In this step you have to take paths like shown in the below.
Go to C:\wamp\bin ->
C:\wamp\bin\php\php5.2.5
C:\wamp\bin\mysql\mysql5.0.45
C:\wamp\bin\apache\apache2.2.6
And Drush location path
C:\drush


Step5:
Copy all above paths and past on
  System PropertiesEnvironment Variables
Edit Path System Variable

Like this: %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\wamp\bin\php\php5.2.5;C:\wamp\bin\mysql\mysql5.0.45;C:\wamp\bin\apache\apache2.2.6;And Drush location path;C:\drush;

Step6: type drush command on CMD – You will get all drush commands – So it is ready to work with drush

No comments:

Post a Comment