Scoring Engine for Red/White/Blue Team Competitions
-
Install Vagrant
-
Install Virtualbox
-
Fork this repo
-
Clone your fork
-
vagrant up
thenvagrant ssh
-
cd /vagrant; pip install -e .
-
systemctl start redis-server
-
py.test tests
- docker build -t scoring_engine:latest .
- docker run --name scoring_engine -p 127.0.0.1:5000:5000 -d scoring_engine:latest
- Login with any of the following logins at http://127.0.0.1:5000:
- whiteteamuser:testpass
- team1user1:testpass
- team2user1:testpass
- team2user2:testpass
- redteamuser:testpass