Skip to content

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

Notifications You must be signed in to change notification settings

trydirect/taiga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published