The goal of this project is to give possibility to setup taiga as easy as it possible.
Clone this project into your work directory:
$ git clone "https://github.com/trydirect/taiga.git"
$ cd taiga
Run services:
$ docker-compose up -d
In order to create django database structure and apply migrations execute following command:
docker-compose exec --user=taiga taigaback scripts/setup.sh
- Fork it (https://github.com/trydirect/taiga/fork)
- Create your feature branch (git checkout -b feature/fooBar)
- Commit your changes (git commit -am 'Add some fooBar')
- Push to the branch (git push origin feature/fooBar)
- Create a new Pull Request