Skip to content

Instantly share code, notes, and snippets.

@rcrowley
Created April 27, 2009 02:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rcrowley/102284 to your computer and use it in GitHub Desktop.
Save rcrowley/102284 to your computer and use it in GitHub Desktop.
#!/bin/sh
# Haystack/Whoosh setup
WD=$(pwd)
cd /tmp/
svn co http://svn.whoosh.ca/projects/whoosh/trunk whoosh
cd whoosh
sudo python setup.py install
cd .. ; sudo rm -rf whoosh
git clone git://github.com/toastdriven/django-haystack.git haystack
cd haystack
sudo python setup.py install
cd .. ; sudo rm -rf haystack
cd $WD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment