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.
This section tries to explan everything related to get taiga working on both development and production environment.
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)
You can see here the complete documentation on how to setup a good development environment.
You can see here the complete documentation on how to setup a good development environment.
All components of taiga, are licensed under GNU Affero General Public License v3 You can see a complete license here