-
Ernesto Rico Schmidt authoredErnesto Rico Schmidt authored
README.md 2.64 KiB
AURA Steering: Program Scheduler
AURA Steering is the scheduling module, where the actual program schedule of the whole station is stored as well as all infos regarding single shows and emissions.
It also acts as an OpenID Connect provider for dashboard
and tank
.
Installation
Follow the instructions to deploy AURA Web from the Docker Compose Installation
If you just want to try steering
locally, use the provided compose setup and
be sure to add:
AURA_PROTO=http
to the .env
file.
A better development setup for steering
, that pulls the docker images for
dashboard
, dashboard-clock
and tank
from Docker Hub, builds the image for
steering
locally and exposes the ports can be achieved with
docker-compose.steering.yml
by adding this lines to the end of the .env
file:
STEERING_VERSION=local
TANK_VERSION=unstable
DASHBOARD_VERSION=unstable
DASHBOARD_CLOCK_VERSION=unstable
COMPOSE_FILE=docker-compose.yml:docker-compose.steering.yml