Versions Compared

Key

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

...

In order to use Gateway, you have to meet following requirements:

  • you You have to have Gateway account (in case you don't have one, you have to request it) - refer to this link
  • you You have to install NX client

...

shell> cd $HOME
shell> mv kepler kepler_1009.20152016
shell> mv .kepler .kepler_1009.20152016
shell> mv KeplerData KeplerData_1009.20152016

After you have backed up your data, install Kepler

...

Kepler can be installed by copying its files to user directory, however we recommend "central" (lightweight) installation". In this type of installation, most of the Kepler sources remain on the public directory and a script will add a mirror in your local directory. The real advantage of such approach, beside sparring some disk space in your account, is that patches and bug fixes (especially for ualactors) are distributed automatically to all mirrors without changing anything to your installation. Of course FC2K actors you are creating or installing yourself will remain in the local part of the mirror.
In order to install most recent release of Kepler you should execute following commands:

 

 

Info
title install_kepler.sh

shell> install_kepler.sh

syntax: install_kepler.sh [target dir] [source Kepler] [description]

 * target dir      : chosen directory inside KEPLER_DIR

 * source Kepler   : name of Kepler release (list available through 'list_kepler.sh -all')

                     - local        : default Kepler (local)

                     - central      : default Kepler (central)

                     - rc           : release candidate Kepler (central)

                     - R#.#/local   : tagged Kepler version R#.# (local)

                     - R#.#/central : tagged Kepler version R#.# (central)

 * description     : chosen description (e.g. 'this is my test kepler')

 

shell>  create_personal_kepler.sh $SWITMDIR/kepler/central $ITMHOME/kepler_central  

...