This guide walks through a self-hosted installation of Citadel.
For Docker installation, see Docker.
Install curl to download the source archive metadata.
sudo apt-get update && sudo apt-get install -y curl
Download the latest source archive from the Citadel project site.
curl -fsSL https://www.citadel.org/source.html -o citadel-source.html
Extract the downloaded tarball (replace the filename with the actual archive).
tar -xzf citadel-*.tar.gz
Use Docker Compose to start services in the background.
docker compose up -d
Prefer automation? See Citadel Ansible Setup for an example playbook.
Prefer containers? See Citadel Docker Setup.
Any questions?
Feel free to contact us. Find all contact information on our contact page.