Skip to content
Snippets Groups Projects
Commit 64b8357a authored by David Trattnig's avatar David Trattnig
Browse files

Rename engine-clock to dashboard-clock.

parent d5c08f58
No related branches found
No related tags found
No related merge requests found
...@@ -2,35 +2,35 @@ ...@@ -2,35 +2,35 @@
<!-- TOC --> <!-- TOC -->
- [Engine API Server](#engine-api-server) 1. [Engine API Server](#engine-api-server)
- [Overview](#overview) 1. [Overview](#overview)
- [Deployment Modes](#deployment-modes) 2. [Deployment Modes](#deployment-modes)
- [Single Deployment](#single-deployment) 1. [Single Deployment](#single-deployment)
- [Redundant Deployment](#redundant-deployment) 2. [Redundant Deployment](#redundant-deployment)
- [Managing Active Engine State](#managing-active-engine-state) 1. [Managing Active Engine State](#managing-active-engine-state)
- [Playlog Synchronization for High Availability deployment scenarios](#playlog-synchronization-for-high-availability-deployment-scenarios) 2. [Playlog Synchronization for High Availability deployment scenarios](#playlog-synchronization-for-high-availability-deployment-scenarios)
- [Active Sync](#active-sync) 1. [Active Sync](#active-sync)
- [Passive Sync](#passive-sync) 2. [Passive Sync](#passive-sync)
- [Getting started](#getting-started) 3. [Getting started](#getting-started)
- [Requirements](#requirements) 1. [Requirements](#requirements)
- [Installation](#installation) 2. [Installation](#installation)
- [Setting up the database](#setting-up-the-database) 1. [Setting up the database](#setting-up-the-database)
- [Configuration](#configuration) 3. [Configuration](#configuration)
- [Engine 1 Node](#engine-1-node) 1. [Engine 1 Node](#engine-1-node)
- [Engine 2 Node](#engine-2-node) 2. [Engine 2 Node](#engine-2-node)
- [Synchronization Node](#synchronization-node) 3. [Synchronization Node](#synchronization-node)
- [Running the Server](#running-the-server) 4. [Running the Server](#running-the-server)
- [Development](#development) 1. [Development](#development)
- [Production](#production) 2. [Production](#production)
- [Running with Systemd](#running-with-systemd) 3. [Running with Systemd](#running-with-systemd)
- [Running with Supervisor](#running-with-supervisor) 4. [Running with Supervisor](#running-with-supervisor)
- [Running with Docker](#running-with-docker) 5. [Running with Docker](#running-with-docker)
- [Development](#development-1) 5. [Development](#development-1)
- [Using the API](#using-the-api) 1. [Using the API](#using-the-api)
- [Extending the API](#extending-the-api) 2. [Extending the API](#extending-the-api)
- [Creating a local image](#creating-a-local-image) 3. [Creating a local image](#creating-a-local-image)
- [Publish new image](#publish-new-image) 4. [Publish new image](#publish-new-image)
- [About](#about) 2. [About](#about)
<!-- /TOC --> <!-- /TOC -->
...@@ -416,4 +416,4 @@ AURA stands for Automated Radio and is a swiss army knife for community radio st ...@@ -416,4 +416,4 @@ AURA stands for Automated Radio and is a swiss army knife for community radio st
| [<img src="https://gitlab.servus.at/aura/meta/-/raw/master/images/aura-steering.png" width="150" align="left" />](https://gitlab.servus.at/aura/steering) | [<img src="https://gitlab.servus.at/aura/meta/-/raw/master/images/aura-dashboard.png" width="150" align="left" />](https://gitlab.servus.at/aura/dashboard) | [<img src="https://gitlab.servus.at/aura/meta/-/raw/master/images/aura-tank.png" width="150" align="left" />](https://gitlab.servus.at/aura/tank) | [<img src="https://gitlab.servus.at/aura/meta/-/raw/master/images/aura-engine.png" width="150" align="left" />](https://gitlab.servus.at/aura/engine) | | [<img src="https://gitlab.servus.at/aura/meta/-/raw/master/images/aura-steering.png" width="150" align="left" />](https://gitlab.servus.at/aura/steering) | [<img src="https://gitlab.servus.at/aura/meta/-/raw/master/images/aura-dashboard.png" width="150" align="left" />](https://gitlab.servus.at/aura/dashboard) | [<img src="https://gitlab.servus.at/aura/meta/-/raw/master/images/aura-tank.png" width="150" align="left" />](https://gitlab.servus.at/aura/tank) | [<img src="https://gitlab.servus.at/aura/meta/-/raw/master/images/aura-engine.png" width="150" align="left" />](https://gitlab.servus.at/aura/engine) |
|---|---|---|---| |---|---|---|---|
| [Steering](https://gitlab.servus.at/aura/steering) | [Dashboard](https://gitlab.servus.at/aura/dashboard) | [Tank](https://gitlab.servus.at/aura/tank) | [Engine](https://gitlab.servus.at/aura/engine)<br/>[Engine API](https://gitlab.servus.at/aura/engine-api)<br/>[Engine Clock](https://gitlab.servus.at/aura/engine-clock) | | [Steering](https://gitlab.servus.at/aura/steering) | [Dashboard](https://gitlab.servus.at/aura/dashboard)<br/>[Dashboard Clock](https://gitlab.servus.at/aura/dashboard-clock) | [Tank](https://gitlab.servus.at/aura/tank) | [Engine](https://gitlab.servus.at/aura/engine)<br/>[Engine API](https://gitlab.servus.at/aura/engine-api) |
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment