AmiGO2 install: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
mvn clean package | mvn clean package | ||
This will take about half an hour. | This will take about half an hour. | ||
Grab the 3.6 version of SOLR from apache and unpack: | |||
wget http://archive.apache.org/dist/lucene/solr/3.6.2/apache-solr-3.6.2.tgz | |||
tar zxvf apache-solr-3.6.2.tgz | |||
'''This page will be updated as I progress.''' | '''This page will be updated as I progress.''' |
Revision as of 21:29, 4 February 2015
GOLR install:
There are a few prerequisites to getting GOLR installed. They appear to be Maven and OwlTools. To install maven, I followed the instructions from here: http://blog.gluster.org/2013/08/yum-install-maven-yes-you-can/, seemed to work without error.
Then, to install OWLTools, I did the following: cd /lemma/justin svn co http://owltools.googlecode.com/svn/trunk/ owltools This creates the owltools directory in my space on lemma.
To compile OWLTools, run: mvn clean package This will take about half an hour.
Grab the 3.6 version of SOLR from apache and unpack: wget http://archive.apache.org/dist/lucene/solr/3.6.2/apache-solr-3.6.2.tgz tar zxvf apache-solr-3.6.2.tgz
This page will be updated as I progress.