Repositories / Installation

AngaraBase is distributed through package repositories. Public access is free, no registration required.

RPM (RHEL / CentOS / Alma / Fedora)

# 1. Import GPG key
rpm --import https://rpm.angarabase.dev/release-key.asc

# 2. Add repository
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
dnf install angarabase-server

Gentoo

# 1. Import GPG key
gpg --fetch-keys https://rpm.angarabase.dev/release-key.asc

# 2. Add binhost
cat >> /etc/portage/binrepos.conf << 'EOF'
[angarabase]
priority = 9999
sync-uri = https://rpm.angarabase.dev/gentoo/stable/
EOF

# 3. Install
emerge --getbinpkg angarabase

Enterprise

If you have an enterprise subscription, you should have received a link to the connection instructions along with your invitation code. If not, please contact us.

Contact Us