Skip to content

anderspitman/shoreline

 
 

Repository files navigation

shoreline

Build Status

Shoreline is the entrance to the ocean; in our case it manages logins and user accounts

Building

As part of the platform

If you are running Shoreline as part of runservers the service will already be built and the dependecies located in the src directory

In isolation

If you are building Shoreline in isolation then you need to move a copy of the our come_deps.sh file into the root of the repository.

Then to get dependencies and build, use:

$ source ./build

Running the Tests

All tests

To run all tests for this repo then in the root directory use:

$ source gotest

Tests for a specific package

Go into the package directory e.g. oauth2 then use go test -v within that directory.

About

Shoreline is the entrance to the ocean; in our case it manages logins and user accounts

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 65.5%
  • Python 34.3%
  • Shell 0.2%