Versions Compared

Key

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

...

You can put these wherever you like. I am going to do the following:

Code Block
# Onon aany LinuxUnux machine, export CMRI_VAULT=/home/dan/Documents/test_datavault
export CMRI_SOURCECODE=/home/dan/Documents/test_sourcecode

# On a MacOSX machine
including Linux and MacOS
export CMRI_VAULT=/home/dan$HOME/Documents/test_datavault
export CMRI_SOURCECODE=$HOME/home/dan/Documents/test_sourcecode

Set

...

these

...

in

...

your

...

UNIX

...

shell

...

to

...

set

...

the

...

variables

...

temporarily

...

.

Add

...

them

...

to

...

your

...

.bashrc

...

or

...

.zshrc

...

file

...

if

...

you

...

want

...

them

...

to

...

always

...

be

...

available.

Get Your Source Code Ready

...

Code Block
# In UNIX shell
$ cmri shell

# In cmri interactive shell
> job run export_web_data
> job run generate_query_data
> job run generate_system_summary      # this enables 'cmri project describe Axis2'
> job run generate_vault_summary       # this enables 'cmri vault describe'
> job run produce_sourcedata_file      # these help us recover from wierd problems
> job run produce_unprocessed_metadata # these help us recover from wierd problems

Settings for Systems and Projects

...