https://github.com/gregmalcolm/pair-pong
Web app to facilate turn based pairing remotely on a shared repos
https://github.com/gregmalcolm/pair-pong
Last synced: 7 months ago
JSON representation
Web app to facilate turn based pairing remotely on a shared repos
- Host: GitHub
- URL: https://github.com/gregmalcolm/pair-pong
- Owner: gregmalcolm
- License: mit
- Created: 2013-07-27T21:29:33.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-12-30T00:40:40.000Z (over 12 years ago)
- Last Synced: 2025-03-26T08:18:57.370Z (about 1 year ago)
- Language: Ruby
- Size: 742 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: mit-license
Awesome Lists containing this project
README
Pair Pong
=========
Turn based remote pairing utilizing github.
Great for hooking up with new pairs, working on code katas and suchlike.
Currently I'm just prototyping, so don't expect niceties like test suites...
Setup
=====
Github API key environment variables
------------------------------------
This app makes use of Github API. The Rails environment won't start unless you
configure a couple of environment variables with the github api keys:
```
export GITHUB_KEY=mysecretgithubkey123
export GITHUB_SECRET=mysecretgithubsecret12341234123412341234%
```
Bundle/rakery
-------------
```
bundle
rake db:create
rake db:migrate
rake db:seed
```