Versions Compared

Key

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

...

Code Block
prompt> curl -s httphttps://svngit-wip-us.apache.org/repos/asf/oodt/trunk/?p=oodt.git;a=blob_plain;f=mvn/archetypes/radix/src/main/resources/bin/radix;hb=HEAD | bash
						
Or to source from the github repo:
prompt> curl -s https://raw.githubusercontent.com/apache/oodt/trunk/mvn/archetypes/radix/src/main/resources/bin/radix | bash

...

Code Block
prompt> svn import <dataSystemName> http://your_repo_path/<dataSystemName>/trunk -m "Initial OODT Import"
"

If you want to manage your OODT RADiX distribution with Git

Info
titleCode Block
prompt> git init
prompt> git add .
prompt> git commit -a -m "Initial OODT import"

Default Deployment Structure

...