You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Next »

DUCC Project Documentation

Quick Start

Prerequisites

  • Install svn
  • Install mvn
  • Install jdk (1.6 or better)

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

Build DUCC jars

  • cd ~svn/ducc/trunk
  • mvn clean
  • mvn install
  • No labels