Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 382 Bytes

File metadata and controls

12 lines (9 loc) · 382 Bytes

Setup

python setup.py develop

Copy development.ini to local.ini and change/fill in values as appropriate.

If you want search, you'll need to

  • install Solr. Be sure to configure it so that it is not accessible from the internet!
  • configure Solr with the schema in example-conf/solr-schema.xml
  • configure search.server in your .ini to point to your Solr server.