Установка Drush на Windows 10
18 февраля 2017
Drush on Windows is experimental, since Drush's test suite is not running there (help wanted).
- Acquia Dev Desktop is excellent, and includes Drush. See the terminal icon after setting up a web site.
- Or consider running Linux/OSX via Virtualbox. Drupal VM and Vlad are popular.
- These Windows packages include Drush and its dependencies (including MSys).
- Or install LAMP on your own, and run Drush via Git's shell, in order to insure that all depedencies are available.
- When creating site aliases for Windows remote machines, pay particular attention to information presented in the
example.aliases.drushrc.php
file, especially when setting values for'remote-host'
and'os'
, as these are very important when runningdrush rsync
anddrush sql-sync
commands.