DUCC Project Documentation
Quick Start
Instructions on how to fetch, build and install DUCC 1.0 for single host system (my laptop!)
See DUCC Project Documentation for further details.
The following steps were performed on Red Hat Enterprise Linux Workstation release 6.4 (Santiago)
Prerequisites
- Install svn
- Install mvn
- Install jdk (1.6 or better)
export JAVA_HOME=~/apps/java/java-home
note: be sure to fetch and install the Unrestricted JCE Policy files in JAVA_HOME/jre/lib/security - Install latex
Create user ducc
- sudo adduser ducc
Prepare build environment
- cd ~
- vi .profile
- i
- export JAVA_HOME=~/apps/java/java-home
note: substitute for your actual java home location - <esc>
- :wq
- . .profile
Fetch DUCC from svn
- cd ~
- mkdir svn
- cd svn
- mkdir ducc
- cd ducc
- svn co https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk
Build DUCC jars
- cd ~svn/ducc/trunk
- mvn clean
- mvn install
This is a work in progress...more to come soon (Lou 11/05/2013)