Skip to content

Commit 304fb30

Browse files
committed
ddev_and_ibexa_cloud.md: Details variables
1 parent ef5b54a commit 304fb30

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/ibexa_cloud/ddev_and_ibexa_cloud.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ You must remove Node.js and NVM installations as they're already included in DDE
2929

3030
The following sequence of commands:
3131

32-
1. Downloads the [[= product_name_cloud =]] project from the default environment "production" into a new directory,
32+
1. Downloads the [[= product_name_cloud =]] project from the default environment "production" into a new directory (for example `my-ddev-project`),
3333
using the [`ibexa_cloud` command](https://cli.ibexa.co/).
3434
(Replace `<project-ID>` with the hash of your own project.
3535
See [`ibexa_cloud help get`](https://docs.platform.sh/administration/cli.html#3-use) for options like selecting another environment).
3636
1. Configures a new DDEV project.
37-
1. Configures the `ddev/ddev-ibexa-cloud` add-on.
37+
1. Configures the `ddev/ddev-ibexa-cloud` add-on with `<project-ID>` and environment name (for example, `production`).
3838
1. Configures `ibexa_cloud` command token. See [Create an API token](https://docs.platform.sh/administration/cli/api-tokens.html#2-create-an-api-token) for more information.
3939
1. Ignores `.ddev/` directory from Git.
4040
(Some DDEV config could be committed like in [this documentation](https://ddev.readthedocs.io/en/latest/users/extend/customization-extendibility/#extending-configyaml-with-custom-configyaml-files).)
@@ -50,8 +50,8 @@ See [`ibexa_cloud help get`](https://docs.platform.sh/administration/cli.html#3-
5050
```bash
5151
ibexa_cloud project:get <project-ID> my-ddev-project && cd my-ddev-project
5252
ddev config --project-type=php --php-version 8.1 --web-environment-add COMPOSER_AUTH='',DATABASE_URL=mysql://db:db@db:3306/db
53-
ddev config --web-environment-add IBEXA_PROJECT=$PROJECT,IBEXA_ENVIRONMENT=$ENVIRONMENT,IBEXA_APP=app
54-
ddev config --web-environment-add IBEXA_CLI_TOKEN=$IBEXA_CLI_TOKEN
53+
ddev config --web-environment-add IBEXA_PROJECT=<project-ID>,IBEXA_ENVIRONMENT=production,IBEXA_APP=app
54+
ddev config --web-environment-add IBEXA_CLI_TOKEN=<api-token>
5555
echo '.ddev/' >> .gitignore
5656
mkdir -p .ddev/homeadditions/.composer && cp <path-to-an>/auth.json .ddev/homeadditions/.composer
5757
ddev add-on get ddev/ddev-ibexa-cloud

0 commit comments

Comments
 (0)