GitXplorerGitXplorer
s

status-board

public
3 stars
0 forks
3 issues

Commits

List of commits on branch master.
Unverified
39fa6a12be23c9961bdef7377c55b3d080356aa0

Configure SSL via environment variable

ssalbertson committed 9 years ago
Unverified
5d43d75770f40fbf8711473544392cb03565aae6

Add Baremetrics to dashboard

ssalbertson committed 9 years ago
Unverified
a66c97df13a46ceac465ab1b1b5a0e132466f9c7

Update URL in readme

ssalbertson committed 10 years ago
Unverified
f237452610cf73951eece7feca0be7df0f1d6ec9

Add GA tracking snippet

ssalbertson committed 10 years ago
Unverified
42eda9159703923494e53565638eb0374815b0a7

Force SSL

ssalbertson committed 10 years ago
Unverified
5c9655df2e79423d6c58864d8596007748618366

Use environment variable for root URL

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.