Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (27 loc) · 1.24 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.24 KB

kpt-it

kpt-itはKPTによるふりかえりをリアルタイムで共有するアプリケーションです

第1回 #p4dhack@tyabe@nishimuuが作成しました

see: https://kpt-it.herokuapp.com/

Build Status Coverage Status Dependency Status

Deploy

Application details

Requirements

  • ruby 2.1.2
  • SQLite or PostgreSQL

Usage

$ git clone git://github.com/tyabe/kpt-it.git
$ cp kpt-it
$ mv .env.example .env
$ vim .env # Edit your pusher settings
$ bundle install
$ bundle exec rake db:create
$ foreman start

Contribute

Welcome your help. Please send a pull request. We'll accept good pull requests.