AmiGO2 install: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== 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: h...") |
No edit summary |
||
Line 9: | Line 9: | ||
To compile OWLTools, run: | To compile OWLTools, run: | ||
mvn clean package | mvn clean package | ||
This will take about half an hour. | |||
'''This page will be updated as I progress.''' | '''This page will be updated as I progress.''' |
Revision as of 22:50, 30 January 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.
This page will be updated as I progress.