# Taiga This repository contains the Cloudron app package source for [Taiga](http://taigaio.github.io/). ## Installation This app uses the ldap community plugin https://github.com/ensky/taiga-contrib-ldap-auth The main installation guide is at http://taigaio.github.io/taiga-doc/dist/setup-production.html [![Install](https://cloudron.io/img/button.svg)](https://cloudron.io/button.html?app=io.taiga.cloudronapp) or using the [Cloudron command line tooling](https://cloudron.io/references/cli.html) ``` cloudron install --appstore-id io.taiga.cloudronapp ``` ## Building The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html). ``` cd taiga-app cloudron build cloudron install ``` ## Testing The e2e tests are located in the `test/` folder and require [nodejs](http://nodejs.org/). They are creating a fresh build, install the app on your Cloudron, backup and restore. ``` cd taiga-app/test npm install USERNAME= PASSWORD= mocha --bail test.js ```