This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| default: | |
| suites: | |
| default: | |
| contexts: | |
| - FeatureContext | |
| - Drupal\DrupalExtension\Context\DrupalContext | |
| - Drupal\DrupalExtension\Context\MinkContext | |
| - Drupal\DrupalExtension\Context\MessageContext | |
| - Drupal\DrupalExtension\Context\DrushContext | |
| extensions: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1. Install Acquia DevDesktop | |
| 2. Install, setup and configure new Drupal 8 Site | |
| 3. Make sure composer from Acquia DevDesktop working and make use of PHP 5.6 | |
| - Modify C:\Program Files (x86)\DevDesktop\tools\composer.bat | |
| - Make modification to @SET PATH=C:\Program Files (x86)\DevDesktop\php5_6;%PATH% php.exe "C:\Program Files (x86)\DevDesktop\tools\composer.phar" %* | |
| - Add C:\Program Files (x86)\DevDesktop\tools to windows Path environtment variable so composer can be executed on command prompt | |
| 4. Modify "settings.php" to load database config directly, not from included settings | |
| - Find Acquia DevDesktop settings file on C:\Users\user.name\.acquia\DevDesktop\DrupalSettings | |
| - Find and comment out below line for .inc include. Example below: | |