Versions Compared

Key

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

Running Kepler at Marconi Gateway

Note

In case you have never ever installed Kepler you can always take a look at short demo movie that is located at following location:

$SWITMDIR/resources/tutorials/movies/installation_of_kepler.mp4

Setting up environment

Backing up old files

Before first configuration of Kepler, make sure to backup your old data files

Code Block
languagebash
linenumberstrue
cd ~ 
mv .kepler .kepler~
mv KeplerData KeplerData~
mv .ptolemyII .ptolemyII~

Creating place to store your personal installations of Kepler

Make sure to create directory where Kepler installations will be stored (ITMWORK is a preffered place)

Code Block
languagebash
linenumberstrue
mkdir $ITMWORK/my_keplers
# it might be convenient to create symbolic link inside HOME as well
ln -s "$ITMWORK/my_keplers" my_keplers

And make sure to export KEPLER_DIR variable that points to this location

Code Block
languagebash
linenumberstrue
# for tcsh, put following command inside .cshrc
setenv KEPLER_DIR $ITMWORK/my_keplers

# for bash, put following command inside .bashrc
export KEPLER_DIR=$ITMWORK/my_keplers

Using helper scripts for Kepler installation

By default, you have access to helper scripts that make it easier to install and maintain Kepler installations

scriptarguments/optionspurpose
list_keplers.sh

-help (shows options)

-all (shows all Kepler versions)

list available keplers
install_kepler.sh

target_dir src_kepler description

target_dir: chosen directory name inside $KEPLER_DIR
src_kepler: name of Kepler version (as given by list_keplers.sh)
description: chosen descriptive text (in quotes)

installs local or central keplers
list_my_keplers.sh lists keplers that are already installed in your home location
switch_to_kepler.sh

kepler_name

kepler_name: name of the installed Kepler (as given by list_my_keplers.sh)

changes current working version of Kepler