Versions Compared

Key

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

...

Code Block
languagebash
linenumberstrue
# I will use following command
# install_kepler.sh my_R3_RC_ETS 2.4/R3_RC_ETS/central 'This is my first installation at Marconi'
# my_R3_RC_ETS - is the name of directory where Kepler will be stored
# 2.4/R3_RC_ETS/central - points to installation I am interested in
# 'This is my first installation at Marconi' - this is just a description that can make it easier
#   to choose between installations later on
 
<g2michal@s34 ~>install_kepler.sh my_R3_RC_ETS 2.4/R3_RC_ETS/central 'This is my first installation at Marconi'
Using location at: /afs/eufus.eu/user/g/g2michal/kepler_dir
Linking common ...
~/kepler_dir/my_R3_RC_ETS/kepler ~
~
Linking gui ...
~/kepler_dir/my_R3_RC_ETS/kepler ~
~
Linking kepler-tasks ...
Linking build-area ...
Linking build-area/target ...
Copying kepler.sh ...
Creating itm subdirectory structure ...
Linking directories ...
  build-area
  settings
  target
  itm
  resources
  kar
  src
  cpp
  itm
  eu
  itm
  target
  classes
  eu
  itm
  lib64
  python
  kepler-tasks-2.4
  lib
  jar
  common-2.4
  configs
  ptolemy
  configs
  kepler
  ontologies
  gui-2.4
  resources...
...
  configurations
Creating info file
Creating Kepler related directories
Kepler was installed inside /afs/eufus.eu/user/g/g2michal/kepler_dir/my_R3_RC_ETS

...