Giter Site home page Giter Site logo

iainduncani / scoreboard-service Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chrisesharp/scoreboard-service

0.0 2.0 0.0 187 KB

Scoreboard microservice for use with pacman-kata

Dockerfile 0.51% Makefile 1.58% Java 52.16% HTML 43.90% Shell 1.85%

scoreboard-service's Introduction

Build Status Codacy Badge

scoreboard Service

Build

Perform a Maven and Docker build with:

make

Test

Verify the service still honours its pact with:

make test

Run

Run locally under Docker with:

make run-keystore

This will mount the keystore volume you will need to have created using: https://github.com/chrisesharp/shared-keystore

Run under Kubernetes in Docker for Mac with Helm installed:

make install

This will mount the keystore persistent volume in Kubernetes you will have needed to deploy using: https://github.com/chrisesharp/shared-keystore

To also run prometheus connected to the scoreboard service you first need to obtain a JWT by running the scoreboard login service: https://github.com/chrisesharp/scoreboard-login-service And then visiting: http://localhost:32001/GitHubAuth Before starting prometheus:

export SCOREBOARD_JWT=<YOUR JWT>
make run-prometheus

Remove

To remove the service from your kubernetes, run:

make remove

Clean Up

Clean up build artifacts with:

make clean

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.