Skip to content

Commit

Permalink
more precise instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Nov 13, 2023
1 parent 48f8ef4 commit 628b1ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,11 @@ Precondition:
Enter the directory ``examples`` and start the server with ``docker-compose up``.
Now you have an OpenSearch server running on ``http://localhost:9200`` and an OpenSearch Dashboard running on ``http://localhost:5601`` (user/pass: admin/admin).

Open another terminal.

An `.env` file is provided with the environment variables ready to use with the docker-compose file.
Run ``source examples/.env`` to load the environment variables.

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 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.
Expand Down

0 comments on commit 628b1ef

Please sign in to comment.