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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,18 +6,18 @@ description: Use DDEV to run an Ibexa Cloud project locally.
6
6
7
7
Two ways are available to run an [[= product_name_cloud =]] project locally with DDEV:
8
8
9
-
-[by using the Platform.sh's `ddev-platformsh` add-on](#with-the-ddev-platformsh-add-on)
9
+
-[by using the Platform.sh's `ddev-ibexa-cloud` add-on](#with-the-ddev-ibexa-cloud-add-on)
10
10
-[like other existing project, without this add-on](#without-the-platformsh-add-on).
11
11
12
12
!!! note
13
13
14
14
The following examples use [[[= product_name_cloud =]] CLI (`ibexa_cloud`)](https://cli.ibexa.co/).
15
15
16
-
## With the `ddev-platformsh` add-on
16
+
## With the `ddev-ibexa-cloud` add-on
17
17
18
-
To configure the [`ddev/ddev-platformsh` add-on](https://github.com/ddev/ddev-platformsh), you need a [Platform.sh API Token](https://docs.platform.sh/administration/cli/api-tokens.html).
18
+
To configure the [`ddev/ddev-ibexa-cloud` add-on](https://github.com/ddev/ddev-ibexa-cloud), you need a [Platform.sh API Token](https://docs.platform.sh/administration/cli/api-tokens.html).
19
19
20
-
The `ddev/ddev-platformsh` add-on configures the document root, the PHP version, the database, and the cache pool according to the [[= product_name_cloud =]] configuration.
20
+
The `ddev/ddev-ibexa-cloud` add-on configures the document root, the PHP version, the database, and the cache pool according to the [[= product_name_cloud =]] configuration.
21
21
About the search engine, the add-on can configure Elasticsearch but can't configure Solr.
22
22
If you use Solr on [[= product_name_cloud =]] and want to add it to your DDEV stack, see [Clustering with DDEV and `ibexa/ddev-solr` add-on](clustering_with_ddev.md#solr).
23
23
@@ -37,7 +37,7 @@ See [`ibexa_cloud help get`](https://docs.platform.sh/administration/cli.html#3-
37
37
(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).)
38
38
1. Sets Composer authentication by using an already existing `auth.json` file.
39
39
1. Creates a `public/var` directory if it doesn't exist, to allow the creation of `public/var/.platform.installed` by Platform.sh hook script.
40
-
1. Installs the `ddev/ddev-platformsh` add-on which prompts for the Platform.sh API token, project ID and environment name.
40
+
1. Installs the `ddev/ddev-ibexa-cloud` add-on which prompts for the Platform.sh API token, project ID and environment name.
41
41
1. Comments out the Node.js and NVM installations from the hooks copied in `.ddev/config.platformsh.yaml`.
42
42
(In this file, you may have to discard other specific features like New Relic.)
43
43
1. Changes `maxmemory-policy` from default `allkeys-lfu` to a [value accepted by the `RedisTagAwareAdapter`](https://github.com/symfony/cache/blob/5.4/Adapter/RedisTagAwareAdapter.php#L95).
0 commit comments