Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 718 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 718 Bytes

Build Status Coverage Status

zebra-supervisor

Zebra Evaluates a Basic Review of Algorithms

Running

To run the software install docker and docker-compose, edit the docker-compose.yml file and set the SECRET_KEY to some random value. The value can be generated with: cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1

Afterwards run:

docker-compose up --build

to start the software on port 80.