This file contains 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
Step 1: composer create-project acquia/drupal-recommended-project cmsdemo | |
Step 2: Add Below Lines in Composer.json | |
"repositories": { | |
* | |
* | |
******* ******* ******* | |
"acquia-cms": { | |
"type": "vcs", | |
"url": "https://github.com/acquia/acquia_cms.git", |
This file contains 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
diff --git a/AcsfToolsCommands.php b/AcsfToolsCommands.php | |
index 4cc6a00..cdb203f 100755 | |
--- a/AcsfToolsCommands.php | |
+++ b/AcsfToolsCommands.php | |
@@ -7,12 +7,17 @@ | |
namespace Drush\Commands\acsf_tools; | |
use Drush\Drush; | |
+use Symfony\Component\Process\Exception\ProcessFailedException; | |
+use Consolidation\SiteAlias\SiteAliasManagerAwareInterface; |
This file contains 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
diff --git a/acquia_search/src/EventSubscriber/SearchSubscriber.php b/acquia_search/src/EventSubscriber/SearchSubscriber.php | |
index ba98e74..3e885c1 100644 | |
--- a/acquia_search/src/EventSubscriber/SearchSubscriber.php | |
+++ b/acquia_search/src/EventSubscriber/SearchSubscriber.php | |
@@ -192,7 +192,10 @@ class SearchSubscriber extends Plugin { | |
// Use the default. | |
$identifier = \Drupal::config('acquia_connector.settings')->get('identifier'); | |
$key = \Drupal::config('acquia_connector.settings')->get('key'); | |
- | |
+ // Hack for multi cores management. |