...
Installation Packages and Installation Steps
Installation Packages
Installation packages are available in RPM or Debian package formats:
- RPM package: charon-manager-ssp-<version>.rpm
- Debian package: charon-manager-ssp-<version>.deb
Obtaining the installation packages:
The packages are included in the Charon-SSP
...
OCI image. Once a new instance has been launched, you can download the Charon-SSP Manager packages from the running instance:
- 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-cloud-instance>
- Download the required package:
sftp> get charon-manager-ssp-<version>.[rpm | deb]
Installation Steps on Linux
...