From 1317fc13a1e694b4be4428f47ba2147174838011 Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Mon, 13 Nov 2023 13:58:09 +0100 Subject: [PATCH] refine instructions --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b243cdb..8350a4a 100644 --- a/README.rst +++ b/README.rst @@ -148,7 +148,8 @@ An `.env` file is provided with the environment variables ready to use with the Run ``source .env`` to load the environment variables. Then start the celery worker with ``celery -A collective.elastic.ingest.celery.app worker -l debug``. -In another terminal window run a Plone at ``http://localhost:8080/Plone`` and create an item or modify an existing one. +In another terminal window `run a Plone backend `_ at ``http://localhost:8080/Plone`` with the add-on `collective.elastic.plone` installed. +There, create an item or modify an existing one. You should see the indexing task in the celery worker terminal window.