GitXplorerGitXplorer
s

status-board

public
3 stars
0 forks
3 issues

Commits

List of commits on branch master.
Unverified
bee7f4d1859736d973f2c67cb839e25b0d889ff9

Parse redirect URL from error message

ssalbertson committed 10 years ago
Unverified
10786242b9037e0c67856a2947e333ebf27ef6a8

Retry request if first request fails because of forbidden redirect

ssalbertson committed 10 years ago
Unverified
0c3347d3ad0a1cf3958ed4088f15cc81c07dd10b

Promote Status Board in status message

ssalbertson committed 10 years ago
Unverified
eb82d1cf7070f1f77946cead1cc76210a2296d4e

Merge pull request #4 from nneal/nk-services

ssalbertson committed 10 years ago
Unverified
385a09e78489b02688a0b6509672172ac8389d46

Add various services

nnneal committed 10 years ago
Unverified
4eca547c37632fe28d376533723a436a0d6ef740

Merge pull request #3 from nneal/nk-env-enhanced

ssalbertson committed 10 years ago

README

The README file for this repository.

Status-board

http://statusboardhq.com

Getting Started

After you have cloned this repo, run this setup script to set up your machine with the necessary dependencies to run and test this app:

% ./bin/setup

It assumes you have a machine equipped with Ruby, Postgres, etc. If not, set up your machine with this script.

After setting up your local environment, you need to go here to register a new Github application for authentication. You can use the following example settings:

Application name: Status Board - Development
Homepage URL: http://localhost:5000
Authorization callback URL: http://localhost:5000

Now, you can run the application using foreman:

% foreman start

If you don't have foreman, see Foreman's install instructions. It is purposefully excluded from the project's Gemfile.

Guidelines

Use the following guides for getting things done, programming well, and programming in style.