Skip to content

CalPolySWIFT/scoringengine

 
 

Repository files navigation

Documentation Status CI Total alerts 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/

About

Scoring Engine for Red/White/Blue Team Competitions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 70.7%
  • HTML 21.3%
  • Dockerfile 2.7%
  • Shell 1.3%
  • Makefile 1.2%
  • CSS 1.0%
  • Other 1.8%