Ubuntu Server Linux

Install Calyptia Core on top of Ubuntu Server Linux

Supported Versions

VersionArchitecture

Ubuntu Server 20.04 LTS

x86_64, ARM64

Ubuntu Server 22.04 LTS

x86_64, ARM64

Download and Install

You can run the following command to install Calyptia Core on Ubuntu Server. This installs the Calyptia Command Line interface (CLI) and environment for Calyptia Core to run on. After running this command you will still need to onboard to Calyptia Core.

curl -sSfL https://core-packages.calyptia.com/install-core.sh | bash

Onboarding to Calyptia Core

After you have run the install command, you can navigate to https://core.calyptia.com > New Core Instance

After filling in the proper parameters and clicking Next you can see a Calyptia CLI command to copy and paste

calyptia config set_token $TOKEN_FROM_CALYPTIA_CORE_SETTINGS &&
calyptia install operator --wait &&
calyptia create core_instance operator --name $NAME_YOU_WANT_TO_USE --wait 

If you are using custom certificates and CA, use the following --no-tls-verify in the install script to still enable encryption

Health checks

As part of the install script, we perform the following checks to ensure proper installation. These include the following items:

  1. Installation of curl

  2. Installation of systemctl

  3. Basic system requirements

  4. FIPS mode not enabled

  5. Firewall enabled

  6. Connectivity to https://cloud-api.calyptia.com

  7. Connectivity to https://ghcr.io/calyptia/core

  8. SELinux status

Last updated