Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Aug 3, 2016
1 parent daabe18 commit 7e3bed7
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,19 @@

## Purpose

This repository will serve as an interim pipeline for our finished Shibboleth IDP container image process. We may refactor later, but managing the configuration tree inline makes sense right now.
The docker/shib-idp directory contains many prerequisites to run a Shibboleth IDP service. But no container distributed by TIER can contain all the relevant configuration required to run the Shibboleth IDP service. Our design calls for this repository to integrate Shibboleth IDP with end-user managed configuration trees and produce a working service.

## Prerequisites

This repository does use docker/util, so you should install the binscripts.

The specific command will be in the BINSCRIPTS.md file at this level.

## Quickstart

```
bin/rebuild.sh
bin/test.sh
````
These commands will clear the traces of any existing images you have, rebuild the container image, and run the test suite against them.

0 comments on commit 7e3bed7

Please sign in to comment.