Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.24 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.24 KB

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