
                                             Software- und
                                             Organisations-
                                             Service GmbH

Solutions and components                     Giesebrechtstr. 15
for systems integration                      D-10629 Berlin, Germany
and workload automation                      tel  +49 (30) 86 47 90-0
                                             mail info@sos-berlin.com
                                             web  www.sos-berlin.com


JS7 JOC Cockpit
===============

Copyright (C) 2005-2025 SOS GmbH, Berlin.

Extract the archive joc_linux_installer.2.7.5.2.tar.gz to an arbitrary directory,
e.g. /tmp/ and run the graphical installer for the JS7 JOC Cockpit using

    /tmp/joc.2.7.5.2/setup.sh


The setup.sh calls sudo to get root permissions.
It is important that sudo writes the account of the caller into the $SUDO_USER environment variable.
You can test it with "sudo printenv | grep SUDO_USER"
Otherwise call "setup.sh" with the -E option.

    /tmp/joc.2.7.5.2/setup.sh -E

It is strongly recommended that you not logged in as root.


root permissions are not mandatory.
If you want to run the installer without root permissions
then you can call it with the -u option.

    /tmp/joc.2.7.5.2/setup.sh -u


If you want to run the installer in headless mode then
you have to extract the file joc_install.xml too, e.g. to /tmp/.
After you configured the joc_install.xml you run

    /tmp/joc.2.7.5.2/setup.sh [-E] /tmp/joc.2.7.5.2/joc_install.xml

or

    /tmp/joc.2.7.5.2/setup.sh -u /tmp/joc.2.7.5.2/joc_install.xml


A shell in /bin/sh is required.

JS7 JOC Cockpit requires a Java Runtime Environment with a minimum version 1.8.x.
