11 August, 2012

Drush 7.x-5.4 / 6.x-1.2 / 5.x-1.4


Developer:

Website:

License / Price:

Platforms:

Databases:

Language:

Last Updated:

Category:
Arto Bendiken | More scripts
drupal.org
GPL - GNU General Public License 

Linux / Mac OS / BSD / Solaris
N/A
PHP
August 11th, 2012, 13:28 GMT [view history]
C: \ Modules \ Drupal Modules

The module itself doesn't provide any actual tools or commands but the API.

Installation

Untar the tarball into your module directory (sites/all/modules)
Enable drush.module and any submodules you want to use. You must enable the CVS or wget modules if you want to install modules (you do).
To ease the use of drush, create a link to drush.php in a directory that is in your $PATH, e.g.: $ ln /path/to/drush.php /usr/bin/drush or create an alias to drush.php: $ alias drush='php modules/drush/drush.php' (this goes into .profile or .bash_aliases in your home folder)
Start using drush by running "drush" from your Drupal root directory.
If you have troubles, try using the -l and -r flags when invoking drush.php.
Use with $ drush [options] ...

Requirements:

· Drupal 5.x/6.x/7.x

What's New in This Release: [ read full changelog ]

· 6.x-1.1
· fix test run command
· more robust pm info command.
· Add eval command. Still needs some work.
· update cache clear command
· fix watchdog errors. backported from head.
· fix watchdog show command

· 5.x-1.3
· fix source param of sync command
· Terrific patch for Subversion integration: svn add and svn commit after drush pm install/update.
· fix creation of backup drectory under php4.


Download button
Via: Drush 7.x-5.4 / 6.x-1.2 / 5.x-1.4

0 Comment: