I want to install drush-toolbox project globaly on my linux server box so all users can use it. How can I do it?
Tell me more
×
Drupal Answers is a question and answer site for
Drupal developers and administrators. It's 100% free, no registration required.
|
Put it in /usr/share/drush/commands for global accessibility. On Windows, Drush will look in the folder named "Drush/share/drush/commands" inside the location specified by the 'ALLUSERSPROFILE' environment variable. |
|||
|
|