Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
explanation
  • Loading branch information
kaurov authored Dec 11, 2023
1 parent 9b22c17 commit 91eeeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/`
Expand Down

0 comments on commit 91eeeb3

Please sign in to comment.