Skip to content

Commit

Permalink
Move download not up.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Mar 30, 2016
1 parent 7735909 commit 43d6d6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -83,6 +83,8 @@ Download the latest default Solr configuration from github::
$ wget https://github.com/collective/collective.solr/raw/master/solr.cfg
$ wget https://raw.githubusercontent.com/collective/collective.solr/master/solr-4.10.x.cfg

.. note: Please do not extend your buildout directly with those files since they are likely to change over time. Always fetch the files via wget to have a stable local copy. In general you should never rely on extending buildout config files from servers that aren't under your control.
Extend your buildout to use those files and make sure collective.solr is added
to the eggs in your instance section::

Expand All @@ -109,8 +111,6 @@ To index all your content in Solr you can call the provided maintenance view::

http://localhost:8080/plone/@@solr-maintenance/reindex

Note that the example ``solr.cfg`` is bound to change. Always copy the file to your local buildout. In general you should never rely on extending buildout config files from servers that aren't under your control.


Solr connection configuration in ZCML
-------------------------------------
Expand Down

0 comments on commit 43d6d6e

Please sign in to comment.