-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ACMS-000: Update doc to use colima as docker provider.
- Loading branch information
1 parent
f571587
commit f34853b
Showing
1 changed file
with
9 additions
and
8 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 |
---|---|---|
|
@@ -16,14 +16,15 @@ Contact Michael Sherron or Prafful Nagwani for an invitation. | |
To provide a consistent environment for our development team, Acquia CMS is developed using Acquia's Cloud IDE service, which provides a VSCode-like developer experience. It is possible to work on Acquia CMS on your own machine, using an IDE of your choice, but we do not recommend that set-up in most circumstances. | ||
|
||
### Setting up using DDEV | ||
1. Install orbstack docker using brew `brew install orbstack docker`. | ||
2. Install ddev using brew `brew install ddev/ddev/ddev`. | ||
3. Clone this repository `git clone [email protected]:acquia/acquia_cms.git`. | ||
4. Change directory to acquia_cms `cd acquia_cms`. | ||
5. Update your private environment variable from `.ddev/config.private-environment-variables.yml`. | ||
6. Run ddev start to star container. | ||
7. Install site using `ddev composer acms:install` and provide the input requested by script to proceed with installation. | ||
8. Visit the site. | ||
1. Install docker provider [Colima](https://ddev.readthedocs.io/en/stable/users/install/docker-installation/#colima) using brew `brew install colima`. | ||
2. Start colima services `colima start`. | ||
3. Install ddev using brew `brew install ddev/ddev/ddev`. | ||
4. Clone this repository `git clone [email protected]:acquia/acquia_cms.git`. | ||
5. Change directory to acquia_cms `cd acquia_cms`. | ||
6. Update your private environment variable from `.ddev/config.private-environment-variables.yml`. | ||
7. Run `ddev start` to star container. | ||
8. Install site using `ddev composer acms:install` and provide the input requested by script to proceed with installation. | ||
9. Visit the site. | ||
|
||
### Setting up a Cloud IDE | ||
Because there is a limited number of Cloud IDEs available to the Acquia CMS team, each active developer should only need (and have) one. Therefore, you should only do this once. | ||
|