GitXplorerGitXplorer
j

tutter-rack

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
843cc1efee17330b1495651df8525dab95c13508

Update README.md

jjpettersson committed 11 years ago
Unverified
f9a6e287026ca6766271c4e2835ecf4ddfe57c21

Updated Gemfile.lock

jjpettersson committed 11 years ago
Unverified
6a2238f03512aaf3c539fefa8843b984628f6da6

Switched Tutter branch and cleaning

jjpettersson committed 11 years ago
Unverified
5cdb1bc1a1e3e1cdd8f47a79199629ec24dfc2aa

Crazy bundler cache issue, trying to rename branch

jjpettersson committed 11 years ago
Unverified
9578cad170df095c596b34d98e8f8526efb48161

Updated gem deps

jjpettersson committed 11 years ago
Unverified
2269b4afde67c35d541c0275b538979d1fb77677

Force commit

jjpettersson committed 11 years ago

README

The README file for this repository.

Work in progress!

Reference implementation of how to run the Github robot Tutter as a Rack app.
It will be compatible with the Heroku Ruby buildpack and will run on Dokku.

Getting started

Install dependencies

bundle

Configure

Take a look at config/tutter.yaml and the official tutter docs

Run

rackup config.ru

Deploy

Simply push to Heroku or a Dokku

Dokku configuration

It's a good idea to keep your secret access tokens outside of the repo. If you use Dokku you can easily add tokens as ENV variables and reference them from the tutter.yaml file.

Example

$ dokku config:set tutter TESTING_TOKEN=your_token_here
projects:
  - name: 'jpettersson/testing'
    access_token_env_var: 'TESTING_TOKEN'
    github_site: 'https://github.com'
    github_api_endpoint: 'https://api.github.com'

    action: 'thanks'