Skip to content

Latest commit

 

History

History
77 lines (46 loc) · 1.64 KB

index.asc

File metadata and controls

77 lines (46 loc) · 1.64 KB

Taiga documentation

1. Introduction

Your Agile, Free and Open Source Project Management Tool

2. Project Maturity

Since taiga is a young project it is currently in alpha state.

3. How it works

Taiga is composed mainly by two components: taiga-front and taiga-back

  • taiga-front has the front related code and it is done using angularjs and coffescript. It can runs on any static file server like nginx.

  • taiga-back has the backend related code and it consists in an api, done using django and python3.

Obviously, taiga has other modules, but they are optional and documented in other sections.

4. Install

This section tries to explan everything related to get taiga working on both development and production environment.

4.1. Requirements

This is a list of major taiga dependencies:

  • Python 3.4

  • PostgreSQL > 9.2

  • Ruby 2.1 (only for sass)

  • NodeJS 0.10 (with npm)

4.2. Setup development environment

You can see here the complete documentation on how to setup a good development environment.

4.3. Setup production environment

You can see here the complete documentation on how to setup a good development environment.

5. Backup

TODO

6. License

All components of taiga, are licensed under GNU Affero General Public License v3 You can see a complete license here