We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ee737e commit f3c3ea5Copy full SHA for f3c3ea5
docs/source/install.rst
@@ -99,6 +99,18 @@ Finally, start the development server::
99
$ ./manage.py runserver
100
101
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
114
Generating CSS files automatically
115
----------------------------------
116
0 commit comments