Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.11 KB

INSTALL.md

File metadata and controls

33 lines (23 loc) · 1.11 KB

First you need to install the latest version of Sphinx if you have not already done so. You would do something like this:

svn checkout http://sphinxsearch.googlecode.com/svn/trunk/ sphinxsearch-read-only
cd sphinxsearch-read-only
./configure --prefix=/usr/local/sphinx
make
sudo make install

Download and extract the latest Cloud Mining tarball:

wget http://github.com/alexksikes/cloudmining/tarball/master
tar xvzf "the tar ball"

Add the Cloud Mining package to your PYTHONPATH:

export PYTHONPATH=$PYTHONPATH:/path/to/cloudmining/cloudmining

Make sure you have installed the following dependencies:

  • web.py for the web interface.
  • fSphinx for faceted search.
  • SimSearch if you want to support similarity search.

You're done!

What's next? Have a look into some instances provided to learn how to use.