Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The high level goal of this effort is to build a distribution of OODT that sets up, installs, and runs within three five commands. While three five commands may seem arbitrary the number serves to push this effort to the edge of ease of setup and configuration required to get going. This distribution of OODT will include both a deployment and source structure for managing the evolution of your installation of OODT.

...

  • Submit INFRA ticket to create a place to put all Maven Central artifacts
  • Load/Install artifacts to Maven Central

The

...

5 Commands

Code Block

prompt> wget http://url_to_oodt_easy_install_distribution/oodt_easy.tgz
prompt> tar -xzvf oodt_easy.tgz
prompt> export PATH=${PATH}:/oodt_easy/bin
prompt> oodt_easy create -p my-pipeline
prompt> ./my-pipeline/deployment/bin/oodt start

Get OODT Easy Install Distribution

Unpackage OODT Easy Install

Add OODT Easy Install Commands

OODT Create

OODT Start

Version Control

If you want to manage your OODT distribution with Subversion.

Code Block
prompt> svn import my-pipline/source http://your_repo_path/my-pipline/trunk -m "Initial OODT Import"

OODT Create

OODT Start

...

Default Deployment Structure

...