AmiGO2 install
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.