Details
-
Type: Bug
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: 4.5.3
-
Fix Version/s: Unscheduled
-
Component/s: Drupal Integration Modules
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
Description
On a 'fresh' drupal installation I want to add Civicrm via Drush.
cd /var/www/html/drupal/sites/all/modules/ wget http://sourceforge.net/projects/civicrm/files/civicrm-stable/4.5.3/civicrm-4.5.3-drupal.tar.gz wget https://raw.githubusercontent.com/civicrm/civicrm-drupal/7.x-4.5/drush/civicrm.drush.inc # get Drush commands drush civicrm-install
Output:
Command civicrm-install needs the following module(s) enabled to run: civicrm. [error] The drush command 'civicrm-install' could not be executed. [error]
How can installing the module depend on enabling it first?