ViewSchedule V.74_1beta installation instructions

FOR ESO INTERNAL USE ONLY!

1  ViewSchedule V.74_1beta

The latest version of ViewSchedule is V.74_1beta. Before trying to install and run it, you should read the release notes and the the current list of known problems.

2  ViewSchedule V.74_1beta System Requirements

Details of memory and CPU usage are not available at this time.

3  Installing and running ViewSchedule V.74_1beta

To install ViewSchedule V.74_1beta you will need to retrieve the distribution kits for your architecture, unpack and install them, and start the paneltool executable.
Note
In order to retrieve the distribution kits, you may need to configure your Web browser so that it knows how to deal with the files we distribute -- either gzipped tar files (.tar.gz filename extension; Unix, Linux) or zip files (.zip extension; Windows).

If you click on one of the links below, your browser should display a file selection panel; if you end up instead with a page full of strange characters, you definitely need to configure your browser.

Alternatively, try clicking on the link while holding the Shift key down.

3.1  Solaris, HP-UX and Linux

  1. Change directory to where you want to install ViewSchedule V.74_1beta -- in the following, we'll call this directory the installation directory.

  2. Retrieve the Unix distribution kit for V.74_1beta into the installation directory:

  3. It is recommended that you retrieve V.1.4.1 of the Java Runtime Environment for your architecture into the installation directory: Solaris, HP-UX or Linux.

    Alternatively, if the Java Runtime Environment is already installed on your system and accessible from your account, you should verify the local JRE installation by trying to run the
        jre -version
    command -- it must correspond to V.1.4.1 or later.

  4. Run the following sequence of commands:
        gunzip -c paneltool-74_1beta.tar.gz | tar xovf -
        cd paneltool-74_1beta
        make
    This completes the installation process.
To run the executable, just add <installation-directory>/paneltool-74_1beta/bin to your $PATH environment variable, then give the
    paneltool
command, possibly after issuing rehash.

Important notes

  1. the environment variable $JAVA_HOME must be correctly set in order for the Unix version of ViewSchedule to run. When in doubt, one should best unset it and let the system choose the default value.



$Revision: 1.1 $, Last modified: Tue May 22 17:47:28 MET DST 2001