-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ACMS-1826: Add Acquia global commands in DRS.
- Loading branch information
1 parent
3bdd688
commit 435e275
Showing
3 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
vendor | ||
.idea/ | ||
.DS_Store | ||
composer.lock |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,18 @@ and deployable on Acquia Cloud. | |
|
||
## Installation | ||
|
||
### Include Acquia Global Command in DRS for multisite functionality | ||
To use global command with DRS for multisite functionality please add below in | ||
your root composer.json file. | ||
``` | ||
"repositories": { | ||
"acquia_global_commands": { | ||
"type": "vcs", | ||
"url": "[email protected]:vishalkhode1/acquia_global_commands.git" | ||
} | ||
} | ||
``` | ||
|
||
You can also install this using Composer like so: | ||
|
||
``` | ||
|
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