![]() |
|
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 ]
· Backport marking of the site-install Drupal 6 test and a D6 sql-sync test as being D6 specific.
· Improved error reporting when running sql-query on non-bootstrappable sites.
· For browser opening, don't check the DISPLAY environment variable when running in simulate mode, so we can test consistently.
· Removed hostname from logged browser URL in user-login test.
· Fixed directory path for completetest commandfile.
· Improved isolation of complete tests, to avoid incidental breakages when adding/removing core commands.

Via: Drush 7.x-5.8 / 6.x-4.0-rc9 / 5.x-1.4
0 Comment:
Post a Comment