You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ibexa_cloud/ddev_and_ibexa_cloud.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,12 +29,12 @@ You must remove Node.js and NVM installations as they're already included in DDE
29
29
30
30
The following sequence of commands:
31
31
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`),
33
33
using the [`ibexa_cloud` command](https://cli.ibexa.co/).
34
34
(Replace `<project-ID>` with the hash of your own project.
35
35
See [`ibexa_cloud help get`](https://docs.platform.sh/administration/cli.html#3-use) for options like selecting another environment).
36
36
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`).
38
38
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.
39
39
1. Ignores `.ddev/` directory from Git.
40
40
(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-
0 commit comments