Skip to content

Commit f3c3ea5

Browse files
Mariattaberkerpeksag
authored andcommitted
Installation docs: Mention Elasticsearch (#1040)
Add an optional Elasticsearch installation step in the documentation. Closes #1033
1 parent 8ee737e commit f3c3ea5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/source/install.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,18 @@ Finally, start the development server::
9999
$ ./manage.py runserver
100100

101101

102+
Optional: Install Elasticsearch
103+
-------------------------------
104+
105+
The search feature in Python.org uses Elasticsearch engine. If you want to
106+
test out this feature, you will need to install Elasticsearch_.
107+
108+
Once you have it installed, update the URL value of ``HAYSTACK_CONNECTIONS``
109+
settings in ``pydotorg/settings/local.py`` to your local ElasticSearch server.
110+
111+
.. _Elasticsearch: https://www.elastic.co/downloads/elasticsearch
112+
113+
102114
Generating CSS files automatically
103115
----------------------------------
104116

0 commit comments

Comments
 (0)