Sign inSign up

trydirect/taiga

By trydirect

Updated 2 months ago

Image
0

6.3K

trydirect/taiga repository overview

Build Status Docker Stars Docker Pulls Docker Automated Docker Build Gitter chat

Taiga

The goal of this project is to give possibility to setup taiga as easy as it possible.

Installation

Clone this project into your work directory:

$ git clone "https://github.com/trydirect/taiga.git"
$ cd taiga

Run services:

$ docker-compose up -d

Finish Setup

In order to create django database structure and apply migrations execute following command:

docker-compose exec --user=taiga taigaback scripts/setup.sh

Contributing

  1. Fork it (https://github.com/trydirect/taiga/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Tag summary

Content type

Image

Digest

sha256:57ec6a9b8

Size

696.3 MB

Last updated

about 3 years ago

docker pull trydirect/taiga