Installation
AngaraBase is distributed through package repositories. Public access is free and requires no registration.
Supported operating systems
- RHEL-compatible (8+): Red Hat Enterprise Linux, CentOS Stream, AlmaLinux, Rocky Linux, Oracle Linux, Fedora.
- Gentoo Linux: supported via the official binhost.
RPM (RHEL / CentOS / Alma / Fedora)
Installation is performed using the standard dnf package manager.
1. Import the GPG key
Import the public key used to sign the packages:
rpm --import https://rpm.angarabase.dev/release-key.asc
2. Add the repository
Create the repository configuration file:
cat > /etc/yum.repos.d/angarabase.repo << 'EOF'
[angarabase]
name=AngaraBase
baseurl=https://rpm.angarabase.dev/el$releasever/stable/
enabled=1
gpgcheck=1
gpgkey=https://rpm.angarabase.dev/release-key.asc
EOF
3. Install the package
Install the server package:
dnf install angarabase-server
Gentoo Linux
Gentoo users can install from a pre-built binhost with compiled packages.
1. Import the GPG key
gpg --fetch-keys https://rpm.angarabase.dev/release-key.asc
2. Add the binhost
Add the repository to your Portage configuration:
cat >> /etc/portage/binrepos.conf << 'EOF'
[angarabase]
priority = 9999
sync-uri = https://rpm.angarabase.dev/gentoo/stable/
EOF
3. Install the package
Install the package using the binary build:
emerge --getbinpkg angarabase
Enterprise repository
Enterprise subscribers get access to a private repository with binary builds. Access is secured via mTLS (mutual certificate authentication).
Setup instructions are provided together with your invitation code when the subscription is activated. If you are a customer and do not have the instructions, contact us at team@angarabase.com.
More information: angarabase.dev/enterprise