In a previous article I wrote a small review of Drush and useful commands, this article is going a little farther configuring Drush on your *nix system. Manual Drush installation There is probably a drush package on your system, but if you want to use the last version, you need to make the (semi) manual installation. Drush has migrate from Pear to Composer system, and now there is a phar script...
Jean Valverde - Code breeder since 2006
Lead Web / Php developer, Drupal expert with some Python, Rust and Devops
You can check and evaluate my work or my modules and feel free to contact me for a quote on any Drupal related project.
By admin, 19 February, 2014
Drush is a command line shell and Unix scripting interface for Drupal. This tool will help you quite a lot when building a Drupal website, saving a lot of time with repetitives or time consuming tasks. If you don't like command line, you can forget Drush... The main interest will be the time consuming compared to the graphical environment of your site. The gain is not phenomenal but during...