485 B
485 B
If you'd like to use the included configuration and Drush make file to install a Drupal 6 site using an older version of Drush (< 7.x), you may need to make some changes, namely:
- Drush < 7.x does not support .yml makefiles; if using Drush 5.x or 6.x, you will need to create the make file in the INI-style format.
- In your customized
config.yml
file, you will need to use thedefault
installation profile instead ofstandard
(for thedrupal_install_profile
variable).