Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 419 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 419 Bytes

CONTRIBUTING

Where to start

If you clone the repository don't forget to get submodules recursively.

git clone https://github.com/ajira86/docker-taiga.git --recursive

Else, you can get them later with the following command.

git submodule update --init --remote

If you want to run a simple local server, you can use docker-compose.

docker-compose up