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

Compare with Current View Page History

« Previous Version 26 Next »

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

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

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)

  • No labels