Skip to content

Commit 2857364

Browse files
committed
install_on_ibexa_cloud.md: .ddev/config.ibexa-cloud.yaml
Doesn't come with a nvm installation anymore
1 parent a14ffae commit 2857364

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/ibexa_cloud/ddev_and_ibexa_cloud.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ See [`ibexa_cloud help get`](https://docs.platform.sh/administration/cli.html#3-
3939
1. Sets Composer authentication by using an already existing `auth.json` file.
4040
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.
4141
1. Installs the `ddev/ddev-ibexa-cloud` add-on which prompts for the Platform.sh API token, project ID and environment name.
42-
1. Comments out the Node.js and NVM installations from the hooks copied in `.ddev/config.platformsh.yaml`.
43-
(In this file, you may have to discard other specific features like New Relic.)
42+
(Check `.ddev/config.ibexa-cloud.yaml` and adapt if needed. For example, you may have to comment out New Relic.)
4443
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).
4544
1. Starts the project.
4645
1. Gets the content from Ibexa Cloud, both database and binary files by using `ddev pull ibexa-cloud` feature from the add-on.
@@ -55,7 +54,6 @@ echo '.ddev/' >> .gitignore
5554
mkdir -p .ddev/homeadditions/.composer && cp <path-to-an>/auth.json .ddev/homeadditions/.composer
5655
if [ ! -d public/var ]; then mkdir public/var; fi
5756
ddev add-on get ddev/ddev-ibexa-cloud
58-
sed -i -E "s/( +)(.*nvm (install|use).*)/\1#\2/" .ddev/config.platformsh.yaml
5957
sed -i 's/maxmemory-policy allkeys-lfu/maxmemory-policy volatile-lfu/' .ddev/redis/redis.conf
6058
ddev start
6159
ddev pull ibexa-cloud -y

0 commit comments

Comments
 (0)