|
il y a 8 ans | |
---|---|---|
test | il y a 8 ans | |
.dockerignore | il y a 9 ans | |
.gitignore | il y a 9 ans | |
CHANGELOG | il y a 9 ans | |
CloudronManifest.json | il y a 9 ans | |
DESCRIPTION.md | il y a 9 ans | |
Dockerfile | il y a 8 ans | |
README.md | il y a 8 ans | |
build.sh | il y a 9 ans | |
conf.json | il y a 9 ans | |
local.py | il y a 9 ans | |
logo.png | il y a 9 ans | |
nginx.conf | il y a 9 ans | |
start.sh | il y a 9 ans |
This repository contains the Cloudron app package source for Taiga.
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
or using the Cloudron command line tooling
cloudron install --appstore-id io.taiga.cloudronapp
The app package can be built using the Cloudron command line tooling.
cd taiga-app
cloudron build
cloudron install
The e2e tests are located in the test/
folder and require nodejs. They are creating a fresh build, install the app on your Cloudron, backup and restore.
cd taiga-app/test
npm install
USERNAME=<cloudron username> PASSWORD=<cloudron password> mocha --bail test.js