Retour au blog
Space
+
z

Installer Taiga en local

Installer Taiga en local

Publié le 2 Mai 2024 Mis à jour le 2 Mai 2024

Je souhaitais une alternative à Trello, en totalement gratuit et auto-hébergé, et j'ai trouvé Taiga.

L'option qui m'intéresse particulièrement ici est le tableau Kanban. Il y a toutefois d'autres options et fonctionnalités.


  1. Il vous faut avoir Docker avec les services lancés. Pour ma part j'ai Docker Desktop.
  2. git clone https://github.com/taigaio/taiga-docker
  3. cd taiga-docker/
  4. git checkout stable
  5. ./launch-all.sh
  6. Modifier la valeur de SECRET_KEY dans le fichier .env
  7. Démarrer le container taiga-docker
  8. docker compose -f docker-compose.yml -f docker-compose-inits.yml run --rm taiga-manage createsuperuser
  9. Accéder à http://localhost:9000/