https://github.com/tyabe/kpt-it
KPTによるふりかえりをリアルタイムで共有するアプリケーション
https://github.com/tyabe/kpt-it
Last synced: about 1 year ago
JSON representation
KPTによるふりかえりをリアルタイムで共有するアプリケーション
- Host: GitHub
- URL: https://github.com/tyabe/kpt-it
- Owner: tyabe
- Created: 2011-12-03T15:38:12.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T00:51:14.000Z (almost 4 years ago)
- Last Synced: 2023-03-12T06:38:42.727Z (over 3 years ago)
- Language: Ruby
- Homepage: https://kpt-it.heroku.com/
- Size: 1.04 MB
- Stars: 29
- Watchers: 3
- Forks: 9
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kpt-it
__kpt-itはKPTによるふりかえりをリアルタイムで共有するアプリケーションです__
[第1回 #p4dhack](https://github.com/prog4designer/hackathon1st/wiki)で[@tyabe](http://twitter.com/tyabe)と[@nishimuu](http://twitter.com/nishimuu)が作成しました
see: https://kpt-it.herokuapp.com/
[](https://travis-ci.org/tyabe/kpt-it)
[](https://coveralls.io/r/tyabe/kpt-it?branch=master)
[](https://gemnasium.com/tyabe/kpt-it)
[](https://heroku.com/deploy)
## Application details
* based on [Padrino](http://www.padrinorb.com/)
* distributed under the [MIT License](http://tyabe.mit-license.org/)
* works with [Pusher](http://pusher.com/)
## 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.