Skip to content

Instantly share code, notes, and snippets.

View killertilapia's full-sized avatar
Converting coffee to code

Jaypax Ginete killertilapia

Converting coffee to code
View GitHub Profile
@stvbdn
stvbdn / Django Haystack Solr Setup
Last active March 28, 2019 11:54
Django + Haystack + Solr Installation/Setup
### Solr Install ###
Install pysolr and django-haystack and set up django-haystack. Setup for haystack is pretty straight forward:
https://django-haystack.readthedocs.org/en/v1.2.7/tutorial.html
Make sure you follow the haystack instructions for the correct version of haystack that you installed,
as some of the setting variables are different depending on the version.
# SSH into the server that you want to install Solr on