Versions Compared

Key

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

...

The fact that you've found this page, I assume that you are seriously thinking of using the OODT File Manager but are eager to get something up and running. It hopefully also means that you've checked out the code and built a cas-filemgr install target (e.g. a cas-filemgr-0.4-SNAPSHOT${version}-dist.tar.gz file).

This tutorial is by no means a complete overview of all the File Managers functionality. However, it's an attempt to get you started using the basic tools. Like learning to drive a car, the most difficult part is getting it started and on the road!

...

No Format
nopaneltrue
$ mkdir -p /usr/local/oodt/
$ tar xzvf .../filemgr/target/cas-filemgr-0.4-SNAPSHOT${version}-dist.tar.gz -C /usr/local/oodt/
$ cd /usr/local/oodt/
$ ln -s cas-filemgr-0.4-SNAPSHOT${version}/ cas-filemgr 

The decompressed tar file creates a directory structure that looks as follows:

...