Changes between Version 35 and Version 36 of Event/2013/GSoC/TextSearch


Ignore:
Timestamp:
07/31/13 11:25:37 (11 years ago)
Author:
Vishrut Mehta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Event/2013/GSoC/TextSearch

    v35 v36  
    5454 * These are the following dependencies you would need to install:
    5555  * Antiword
     56{{{
     57wget http://www.winfield.demon.nl/linux/antiword-0.37.tar.gz
     58tar xvzf antiword-0.37.tar.gz
     59cd antiword-0.37
     60make
     61}}}
    5662  * Pdfminer
     63{{{
     64wget http://pypi.python.org/packages/source/p/pdfminer/pdfminer-20110515.tar.gz
     65tar xvzf pdfminer-20110515.tar.gz
     66cd pdfminer-20110515
     67python setup.py install
     68}}}
    5769  * Pyth
     70{{{
     71wget http://pypi.python.org/packages/source/p/pyth/pyth-0.5.6.tar.gz
     72tar xvzf pyth-0.5.6.tar.gz
     73cd pyth-0.5.6
     74python setup.py install
     75}}}
    5876  * Httplib2
     77{{{
     78apt-get install python-httplib2
     79}}}
     80  * xlrd
     81{{{
     82wget http://pypi.python.org/packages/source/x/xlrd/xlrd-0.9.2.tar.gz
     83tar xvzf xlrd-0.9.2.tar.gz
     84cd xlrd-0.9.2
     85python setup.py install
     86}}}
    5987  * libxml2, lxml> 3.0
     88{{{
     89apt-get install python-pip
     90apt-get install libxml2 libxslt-dev libxml2-dev
     91pip install lxml==3.0.2
     92}}}
    6093 * After installing all these dependencies, we would need to changed the solr config file, solr-4.3.x/example/solr/collection1/conf/solrconfig.xml
    6194  * Change the directory path, where you want to store all the indexes. This can be stored anywhere, but better to keep in the eden directory. For example, as mentioned in installation script: