Skip to content

⛔️ DEPRECATED Simple app dashboard that let's you know if it is okay.

Notifications You must be signed in to change notification settings

codeforamerica/engine-light

Repository files navigation

Engine Light

Simple dashboard for Code for America apps

See it live at engine-light.codeforamerica.org.

Engine Light screen shot

Uses Mozilla Persona to handle login. The app will only allow users with CfA email addresses to login successfully

Links to existing status endpoint implementations

Python

Ruby

Setup

Engine Light is a ruby on rails app

###Prerequisites

Git, Ruby 2.0.0+, Rails 4+, PostgreSQL

Clone the app on your local machine:

git clone git://github.com/codeforamerica/engine-light.git
cd engine-light

Bundle

bundle install

Setup DB

rake db:setup

Install foreman

gem install foreman

See Heroku Local Workstation Setup for more info.

Start the server

foreman start

About

⛔️ DEPRECATED Simple app dashboard that let's you know if it is okay.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published