Skip to content

Commit

Permalink
📝 Add install instructions for ElasticSearch
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Sep 25, 2023
1 parent 09f11b9 commit 2d73e7e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,22 @@ using ``npm run watch``.
.. _Sass: https://sass-lang.com/


ElasticSearch
-------------

1. To start ElasticSearch, run the following command:

.. code-block:: bash
$ bin/start_elasticsearch.sh
2. Then build the indices:

.. code-block:: bash
$ src/manage.py search_index --rebuild
Update installation
-------------------

Expand Down Expand Up @@ -155,6 +171,12 @@ When updating an existing installation:
$ python src/manage.py collectstatic --link
$ python src/manage.py migrate
4. Update the ElasticSearch indices:

.. code-block:: bash
$ src/manage.py search_index --rebuild
Testsuite
---------
Expand Down

0 comments on commit 2d73e7e

Please sign in to comment.