#language en ~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[fr/drush|Français]] - [[it/drush|Italiano]]-~ ---- Command line shell and Unix scripting interface for DebianPkg:drupal. == Installation == 1. If Drupal is installed and configured, you can install the DebianPkg:drush package: {{{ apt-get install drush }}} 1. By default, drush doesn't know where drupal is installed. To specify the path of drupal, create the file {{{/etc/drush/drushrc.php}}}: {{{#!highlight php }}} 1. You can verify that the configuration is correct with this command: {{{ # drush status Drupal version : 7.14 Site URI : http://default Database driver : mysql Database hostname : localhost Database username : drupal7 Database name : drupal7 Database : Connected Drupal bootstrap : Successful Drupal user : Anonymous Default theme : bartik Administration theme : bartik PHP configuration : /etc/php5/cli/php.ini Drush version : 5.4 Drush configuration : /etc/drush/drushrc.php Drupal root : /usr/share/drupal7/ Site path : sites/default File directory path : sites/default/files temp : /tmp }}} ## You can add other _helpful_ links here. == External Links == * http://www.drush.org/ - Drush documentation ---- ## If this page belongs to an existing Category, add it below. ## CategorySomething | CategoryAnother