Skip to content

alphagov/paas-rubbernecker

Repository files navigation

Rubbernecker

An application that converts various tools the GOV.UK PaaS team is using into a friendly kanban wall used for standup and quick reference of what's going on.

Building

The repo comes in with a make file which makes it easier to build the project from various Golang, TypeScript and SASS source code.

The following command should build them all:

make build

Testing

The tests can be fired with the use of make target which will run ginkgo suite of tests:

make test

Running

After the application has been compiled, you should be able to execute the following:

./bin/rubbernecker

You should be able to view the application at http://localhost:8080

Requirements

Following environment variables are required to be provided for the application to work properly:

PIVOTAL_TRACKER_PROJECT_ID
PIVOTAL_TRACKER_API_TOKEN
PAGERDUTY_AUTHTOKEN

These can be provided in a form of flags. See the help section for more details.

Help

You can find some exciting functionality if you run:

./bin/rubbernecker --help

Creative Commons usage