kanban

针对GitLab问题的免费、开源、自托管、看板。(Free, open source, self-hosted, Kanban board for GitLab issues.)

  • 所有者: leanlabsio/kanban
  • 平台: Docker, Linux, Mac, Windows
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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

主要指标

概览
名称与所有者leanlabsio/kanban
主编程语言JavaScript
编程语言JavaScript (语言数: 5)
平台Docker, Linux, Mac, Windows
许可证MIT License
所有者活动
创建于2015-02-26 20:17:56
推送于2019-05-21 10:41:28
最后一次提交2017-02-05 12:28:09
发布数35
最新版本名称1.7.1 (发布于 2016-12-20 16:52:19)
第一版名称1.0.0 (发布于 2015-03-21 16:19:58)
用户参与
星数518
关注者数41
派生数79
提交数433
已启用问题?
问题数0
打开的问题数0
拉请求数12
打开的拉请求数4
关闭的拉请求数2
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?