Kuali Open Library Environment (KOLE) 1.0 can be downloaded directly from maven central or checked out from the svn repository.
Obtaining the software :
- Directly downloading the deployable units:
- olefs-webapp-1.0.0.war : This artifact deals with the financial and library management features and can be downloaded from http://shrub.appspot.com/maven.kuali.org/release/org/kuali/ole/olefs-webapp/1.0.0/
- oledocstore-webapp-1.0.0.war: This deals with the cataloging/indexing and searching of Bibliographic, Holdings and Item data and can be downloaded from http://shrub.appspot.com/maven.kuali.org/release/org/kuali/ole/olefs-webapp/1.0.0/
- Both of the above deployable units are needed for KOLE to function properly.
- Checking out the codebase from SVN - https://svn.kuali.org/repos/ole/tags/ole-1.0.0/
Running the software :
- Depending on how the software was obtained, there are certain steps to be followed and are explained below;
- Downloaded directly
- Copy and paste the war files in your local tomcat folder (goes under the tomcat home foder/webapps)
- Ensure the following folders are empty for a clean start
- logs folder
- work/Catalina/localhost
- Rename the war files from olefs-webapp-1.0.0.war to olefs.war and oledocstore-webapp-1.0.0.war to oledocstore.war respectively
- Create the following folder(s) in your user.home directly
- kuali/main/local/olefs
- kuali/main/local/ole
- Downloaded directly