scoringengine/base

By scoringengine

Updated 27 days ago

Scoring Engine for Red/White/Blue Team Competitions

Image
Security
Integration & delivery
0

10K+

scoringengine/base repository overview

Documentation Status CI Coverage Status

Scoring Engine

Scoring Engine for Red/White/Blue Team Competitions

Getting started

Download Docker. If you are on Mac or Windows, Docker Compose will be automatically installed. On Linux, make sure you have the latest version of Compose. If you're using Docker for Windows on Windows 10 pro or later, you must also switch to Linux containers.

Run in this directory:

docker-compose build
docker-compose up

If you want to delete the database before starting, set the SCORINGENGINE_OVERWRITE_DB environment variable:

SCORINGENGINE_OVERWRITE_DB=true docker-compose up

We also provide the ability to run it in an 'example' mode. This means only the web ui runs, and the database is prepopulated with example data. Set the SCORINGENGINE_EXAMPLE environment variable to true:

SCORINGENGINE_EXAMPLE=true docker-compose up

The app will be running at http://localhost

Log in with any of the following logins at http://localhost:

  • whiteteamuser:testpass
  • team1user1:testpass
  • team2user1:testpass
  • team2user2:testpass
  • redteamuser:testpass

Documentation

https://scoringengine.readthedocs.io/en/latest/

Tag summary

Content type

Image

Digest

sha256:af3ba4444

Size

83.3 MB

Last updated

27 days ago

docker pull scoringengine/base:sha-762f6cb