Versions Compared

Key

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

...

The archetype is available at maven central. Here is the set of commands you would typically run.

Code Block
prompt> source <(curl -s http://svn.apache.org/repos/asf/oodt/trunk/mvn/archetypes/radix/src/main/resources/bin/radix) | bash
prompt> cd dms; mvn package
prompt> mkdir ../oodt-deploy; tar -xvf distribution/target/dms-distribution-0.1-SNAPSHOT-bin.tar.gz -C ../oodt-deploy
prompt> cd ../oodt-deploy; ./bin/oodt start

...