All Projects → leanlabsio → Kanban

leanlabsio / Kanban

Licence: mit
Lean project management for GitLab

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Kanban

Oauth
🔗 OAuth 2.0 implementation for various providers in one place.
Stars: ✭ 336 (-32.67%)
Mutual labels:  gitlab
Shell
Infrastructure Management Shell - Linux
Stars: ✭ 381 (-23.65%)
Mutual labels:  gitlab
Codestream
The Code Collaboration Tool Built for Remote Teams
Stars: ✭ 459 (-8.02%)
Mutual labels:  gitlab
Gitlab Monitor
A web-based monitor dashboard for GitLab CI
Stars: ✭ 343 (-31.26%)
Mutual labels:  gitlab
Support
Agile project management integrated with GitHub
Stars: ✭ 373 (-25.25%)
Mutual labels:  kanban
Gh Board
"Serverless" Kanban for GitHub Issues using gh-pages
Stars: ✭ 420 (-15.83%)
Mutual labels:  kanban
Wekan
The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
Stars: ✭ 17,648 (+3436.67%)
Mutual labels:  kanban
Git Deploy
Php Script for Auto-Pull in server (Using WebHook from GitLab, GitHub and Bitbucket)
Stars: ✭ 495 (-0.8%)
Mutual labels:  gitlab
Ghorg
Quickly clone an entire org/users repositories into one directory - Supports GitHub, GitLab, Bitbucket, and more
Stars: ✭ 377 (-24.45%)
Mutual labels:  gitlab
Ansible Role Gitlab
Ansible Role - GitLab
Stars: ✭ 459 (-8.02%)
Mutual labels:  gitlab
Threatmapper
Identify vulnerabilities in running containers, images, hosts and repositories
Stars: ✭ 361 (-27.66%)
Mutual labels:  gitlab
Gitlab Time Tracker
🦊🕘 A command line interface for GitLab's time tracking feature.
Stars: ✭ 371 (-25.65%)
Mutual labels:  gitlab
Ansible Playbooks
Ansible playbook collection that have been written for Ubuntu. Some of the playbooks are Elasticsearch, Mesos, AWS, MySql, Sensu, Nginx etc..
Stars: ✭ 429 (-14.03%)
Mutual labels:  gitlab
Node Build Monitor
A Build Monitor written in Node.js, which supports several build services and can be easily extended.
Stars: ✭ 336 (-32.67%)
Mutual labels:  gitlab
Glci
🦊 Test your Gitlab CI Pipelines changes locally using Docker.
Stars: ✭ 471 (-5.61%)
Mutual labels:  gitlab
Stackedit
In-browser Markdown editor
Stars: ✭ 18,744 (+3656.31%)
Mutual labels:  gitlab
Release It
🚀 Automate versioning and package publishing
Stars: ✭ 4,773 (+856.51%)
Mutual labels:  gitlab
Vssue
📫 A Vue-powered Issue-based Comment Plugin
Stars: ✭ 496 (-0.6%)
Mutual labels:  gitlab
Danger
🚫 Stop saying "you forgot to …" in code review (in Ruby)
Stars: ✭ 4,691 (+840.08%)
Mutual labels:  gitlab
Gitlab Ci Pipeline Php
☕️ Docker images for test PHP applications with Gitlab CI (or any other CI platform!)
Stars: ✭ 451 (-9.62%)
Mutual labels:  gitlab

GitLab issues made awesome

Join the chat at https://gitter.im/leanlabsio/kanban Analytics

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

Redirect url http[s]://{KANBAN_SERVER_HOSTNAME}/assets/html/user/views/oauth.html

1.2 Change default environment variables defined in docker-compose.yml

Where

KANBAN_SERVER_HOSTNAME | http[s]://{KANBAN_SERVER_HOSTNAME} - URL on which LeanLabs Kanban will be reachable [same as redirect url with out /assets/html...], required

KANBAN_SECURITY_SECRET | Change this string to antyhing you like. This string is used to generate user auth tokens

KANBAN_GITLAB_URL | http[s]://{gitlab.example.com:port} - Your GitLab host URL, required

KANBAN_GITLAB_CLIENT | Your GitLab OAuth client application ID, required for OAuth to work. Git this from your gitlab server.

KANBAN_GITLAB_SECRET | Your GitLab OAuth client secret key, required for OAuth to work. Git this from your gitlab server.

KANBAN_ENABLE_SIGNUP | Wheter to enable sign up with user API token.

Then

docker-compose up -d

Upgrading

If you followed instructions from "Installation with Docker", then the easiest way to upgrade would be:

git pull

docker-compose up -d

Changelog

You can view the changelog here

FAQ

  1. How to install Kanban.Leanlabs
  2. How to customize column
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].