This guide uses the official Docker deployment for Taiga.
git clone https://github.com/taigaio/taiga-docker.git
cd taiga-docker
Copy the example environment file and update the domain, secret key, and email settings.
cp .env.example .env
docker compose up -d
Open http://your-server and log in with the default credentials, then change passwords.
Check the Taiga installation guide or reach out via our contact page.