Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: formatting

...

  • Connect to the public IP address of the instance via SFTP using the private key assigned during launch and the user charon:
    $ sftp -i <path-to-private-key> charon@<public-ip-of-aws-instance>
  • Download the required package:
    sftp> get charon-manager-ssp-<version>.[rpm | deb]

Additional Prerequisite Considerations for Installation on Charon Host

When installing the Charon Manager on the Charon-SSP host in the cloud (for example to display it via a remote X11-connection) instead of on a local management system, additional packages may have to be installed that normally are already available in a workstation environment.  In the current version, the Charon-SSP manager installation does not check these dependencies. 

...

The packages above have their own dependencies. Install the above packages with the yum command in order to have their dependencies automatically installed. If your server does not have access to the standard operating system repositories, refer to this document for instructions on setting up a local repositories.

Note:

(info) The exact list of additionally required packages depends on what is already installed on the server

...

.

Div
classpagebreak


Installation Steps on Linux

...