Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-30T00:40:40.000Z (about 11 years ago)
- Last Synced: 2024-10-16T07:14:28.085Z (4 months ago)
- Language: Ruby
- Size: 742 KB
- Stars: 0
- Watchers: 3
- 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
```