Skip to content

Commit

Permalink
refine instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Nov 13, 2023
1 parent 9ddbc37 commit 1317fc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://6.docs.plone.org/install/index.html>`_ 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.


Expand Down

0 comments on commit 1317fc1

Please sign in to comment.