From 91eeeb3d62c343b72f66a5114df86ad673b0feac Mon Sep 17 00:00:00 2001 From: Eugene Kaurov Date: Mon, 11 Dec 2023 18:22:14 +0100 Subject: [PATCH 1/2] Update README.md explanation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a4c70399..7d34f29d8 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ You don't need to have a PHP environment with composer installed. `docker compose exec php vendor/bin/pimcore-install` * When asked for admin user and password: Choose freely * This can take a while, up to 20 minutes - * If you select to install the SimpleBackendSearchBundle please make sure to add the `pimcore_search_backend_message` to your `.docker/supervisord.conf` file. + * If you select to install the SimpleBackendSearchBundle please make sure to add the `pimcore_search_backend_message` to your `.docker/supervisord.conf` file inside value for 'command' like `like pimcore_maintenance` already is. 5. Run codeception tests: * `docker compose run --user=root --rm test-php chown -R $(id -u):$(id -g) var/ public/var/` From 9613e50b7ff7dc656febaea452c7cc021352678c Mon Sep 17 00:00:00 2001 From: Bernhard Rusch Date: Mon, 12 Feb 2024 11:01:33 +0100 Subject: [PATCH 2/2] Update README.md Co-authored-by: Jacob Dreesen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d34f29d8..6ab1f210f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ You don't need to have a PHP environment with composer installed. `docker compose exec php vendor/bin/pimcore-install` * When asked for admin user and password: Choose freely * This can take a while, up to 20 minutes - * If you select to install the SimpleBackendSearchBundle please make sure to add the `pimcore_search_backend_message` to your `.docker/supervisord.conf` file inside value for 'command' like `like pimcore_maintenance` already is. + * If you select to install the SimpleBackendSearchBundle please make sure to add the `pimcore_search_backend_message` to your `.docker/supervisord.conf` file inside value for 'command' like `pimcore_maintenance` already is. 5. Run codeception tests: * `docker compose run --user=root --rm test-php chown -R $(id -u):$(id -g) var/ public/var/`