Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codacy Badge

SDC Microservice Versions Dashboard

This repository contains a dashboard application implemented using Go that shows which versions of the Survey Data Collection (SDC) platform microservices are deployed to which environment, using information held by the SDC Microservice Versions Git repository.

Prerequisites

  • Install the Godep package manager using go get github.com/tools/godep
  • Run godep get to download and install the other dependencies managed by Godep

Building

Install Go and ensure your GOPATH environment variable is set (usually it's ~/go).

Make

A Makefile is provided for compiling the code:

make

The compiled executable is placed within the build directory tree.

Running

First compile the code using make then execute the binary in the background using ./versions-dashboard & from within the bin directory within the build directory tree.

The following environment variable may be overridden:

Environment Variable Purpose Default Value
PORT HTTP listener port :8080

Cleaning

To clobber the build directory tree that's created when running make, run:

make clean

Copyright

Copyright (C) 2017 Crown Copyright (Office for National Statistics)

About

Dashboard showing which versions of microservices are deployed to which environments.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages