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

Update about section.

parent f8483e7e
No related branches found
No related tags found
No related merge requests found
......@@ -10,16 +10,16 @@ the requirements of community radio stations.
<!-- TOC -->
1. [Aura Engine](#aura-engine)
1. [Functionality](#functionality)
1. [Scheduler](#scheduler)
1. [Versatile playlists](#versatile-playlists)
2. [Default playlists](#default-playlists)
2. [Heartbeat Monitoring](#heartbeat-monitoring)
3. [Logging](#logging)
2. [Getting started](#getting-started)
3. [Using Docker](#using-docker)
4. [Read more](#read-more)
5. [About](#about)
1. [Functionality](#functionality)
1. [Scheduler](#scheduler)
1. [Versatile playlists](#versatile-playlists)
2. [Default playlists](#default-playlists)
2. [Heartbeat Monitoring](#heartbeat-monitoring)
3. [Logging](#logging)
2. [Getting started](#getting-started)
3. [Using Docker](#using-docker)
4. [Read more](#read-more)
5. [About](#about)
<!-- /TOC -->
......@@ -84,7 +84,7 @@ For production we recommend running Engine using Docker Compose. If you want to
## Using Docker
If you only want to run a single Engine Docker container, you can do this in a few, simple steps.
If you only want to run a single Engine Docker container, you can do this in a few, simple steps.
Before getting started copy the default configuration file to `config/engine.docker.ini`:
......@@ -98,7 +98,7 @@ You'll need update a few settings:
- The app secret `api_tank_secret` for connecting to [AURA Tank](https://gitlab.servus.at/aura/tank)
- Also check the `ENV` variables defined in the `run.sh` script.
At the moment production deployment using Docker and Docker Compose is [*work in progress*](https://gitlab.servus.at/aura/meta/-/issues/56).
At the moment production deployment using Docker and Docker Compose is [*work in progress*](https://gitlab.servus.at/aura/meta/-/issues/56).
If you would like to run the local codebase, starting Engine in Docker requires you to do a build first:
......@@ -125,7 +125,7 @@ If no build is available it pulls the latest image from [Docker Hub](https://hub
[<img src="https://gitlab.servus.at/autoradio/meta/-/raw/master/assets/images/aura-logo.png" width="150" />](https://gitlab.servus.at/aura/meta)
AURA stands for Automated Radio and is a swiss army knife for community radio stations. Beside the Engine it provides Steering (Admin Interface for the radio station), Dashboard (Collaborative scheduling and programme coordination), Tank (Audio uploading, pre-processing and delivery). Read more in the [Aura Meta](https://gitlab.servus.at/aura/meta) repository or on the specific project pages.
Automated Radio (AURA) is a open source software suite for community radio stations. Learn more about AURA in the [Meta repository](https://gitlab.servus.at/aura/meta).
| [<img src="https://gitlab.servus.at/aura/meta/-/raw/master/assets/images/aura-steering.png" width="150" align="left" />](https://gitlab.servus.at/aura/steering) | [<img src="https://gitlab.servus.at/aura/meta/-/raw/master/assets/images/aura-dashboard.png" width="150" align="left" />](https://gitlab.servus.at/aura/dashboard) | [<img src="https://gitlab.servus.at/aura/meta/-/raw/master/assets/images/aura-tank.png" width="150" align="left" />](https://gitlab.servus.at/aura/tank) | [<img src="https://gitlab.servus.at/aura/meta/-/raw/master/assets/images/aura-engine.png" width="150" align="left" />](https://gitlab.servus.at/aura/engine) |
|---|---|---|---|
......
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