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

Update about section.

parent ee8dd48e
Branches
Tags
No related merge requests found
Pipeline #1149 passed
...@@ -10,16 +10,16 @@ the requirements of community radio stations. ...@@ -10,16 +10,16 @@ the requirements of community radio stations.
<!-- TOC --> <!-- TOC -->
1. [Aura Engine](#aura-engine) 1. [Aura Engine](#aura-engine)
1. [Functionality](#functionality) 1. [Functionality](#functionality)
1. [Scheduler](#scheduler) 1. [Scheduler](#scheduler)
1. [Versatile playlists](#versatile-playlists) 1. [Versatile playlists](#versatile-playlists)
2. [Default playlists](#default-playlists) 2. [Default playlists](#default-playlists)
2. [Heartbeat Monitoring](#heartbeat-monitoring) 2. [Heartbeat Monitoring](#heartbeat-monitoring)
3. [Logging](#logging) 3. [Logging](#logging)
2. [Getting started](#getting-started) 2. [Getting started](#getting-started)
3. [Using Docker](#using-docker) 3. [Using Docker](#using-docker)
4. [Read more](#read-more) 4. [Read more](#read-more)
5. [About](#about) 5. [About](#about)
<!-- /TOC --> <!-- /TOC -->
...@@ -84,7 +84,7 @@ For production we recommend running Engine using Docker Compose. If you want to ...@@ -84,7 +84,7 @@ For production we recommend running Engine using Docker Compose. If you want to
## Using Docker ## 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`: Before getting started copy the default configuration file to `config/engine.docker.ini`:
...@@ -98,7 +98,7 @@ You'll need update a few settings: ...@@ -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) - 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. - 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: 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 ...@@ -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) [<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) | | [<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.
Please register or to comment