diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2014-12-09 15:05:41 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2014-12-09 15:05:41 +0100 |
commit | 50a0f76b1e5a587f5771e88173f0a3796d9b45b1 (patch) | |
tree | 65a46409ab2bc46528cd3d50f5f5d00a6da69226 | |
parent | 4f8f87250fc81de5856f370be99a54fba5534d5a (diff) | |
download | Chimère-50a0f76b1e5a587f5771e88173f0a3796d9b45b1.tar.bz2 Chimère-50a0f76b1e5a587f5771e88173f0a3796d9b45b1.zip |
Haystack requirements
-rw-r--r-- | haystack-requirements.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/haystack-requirements.txt b/haystack-requirements.txt new file mode 100644 index 0000000..8b85888 --- /dev/null +++ b/haystack-requirements.txt @@ -0,0 +1,4 @@ +python-geopy python-django-haystack python-pysolr +# jetty solr-jetty +# sudo rm /var/lib/jetty/webapps/solr +# sudo ln -s /usr/share/solr/web/ /var/lib/jetty/webapps/solr |