GitLab issues made awesome

Instant project management for your GitLab repositories
Installation
Minimum Install Requrements:
OS: kernel minimum 3.10 (centOS 7, Ubuntu 14.04)
Packages: git, curl
sudo yum -y install git, curl
The easiest way to deploy Leanlabs Kanban board is to use docker-compose. Install instructions here.
Assuming you have installed Docker and docker-compose.
1. Installation with Docker
git clone https://gitlab.com/leanlabsio/kanban.git
cd kanban
1.1 Register GitLab Application for OAuth to work
Go to https://gitlab.com/profile/applications or your GitLab installation and register your application to get the application client ID and client secret key required for OAuth.
Where