diff --git a/docs/installation-development.md b/docs/installation-development.md index b2cff013cc393da5d8dee98a9d8c8ec309e2543b..92082d49f9ee0aa85e3438bb6fb91de1edf9c742 100644 --- a/docs/installation-development.md +++ b/docs/installation-development.md @@ -1,5 +1,18 @@ # Install for Development +<!-- TOC --> + +- [Install for Development](#install-for-development) + - [Prerequisites](#prerequisites) + - [Setup Database](#setup-database) + - [Installation](#installation) + - [Configuration](#configuration) + - [Running Engine](#running-engine) + - [Logging](#logging) + - [Read more](#read-more) + +<!-- /TOC --> + ## Prerequisites Aura Engine runs on any modern Debian-based OS. It requires at least diff --git a/docs/installation-production.md b/docs/installation-production.md index 1c849ead1d7afa0b70402fc71c36f9618c3140ac..2dbe53de5c02ea61a22aa04a04db0b61e016b683 100644 --- a/docs/installation-production.md +++ b/docs/installation-production.md @@ -1,5 +1,19 @@ # Install for Production +<!-- TOC --> + +- [Install for Production](#install-for-production) + - [Prerequisites](#prerequisites) + - [Installation](#installation) + - [Configuration](#configuration) + - [Running Engine](#running-engine) + - [The API Server](#the-api-server) + - [Maintanence using Supervisor](#maintanence-using-supervisor) + - [Logging](#logging) + - [Read more](#read-more) + +<!-- /TOC --> + ## Prerequisites Aura Engine runs on any modern Debian-based OS. It requires at least diff --git a/docs/running-docker.md b/docs/running-docker.md index 863f67f9622792443a005cf5347ea693bf037237..e74aa7747056511f0adbd75300fb5d0350ad8ffc 100644 --- a/docs/running-docker.md +++ b/docs/running-docker.md @@ -11,6 +11,18 @@ https://hub.docker.com/repository/docker/autoradio/engine It's not yet ready to be offically used. If you want to try AURA Engine meanwhile try the [Standard Installation](docs/installation-development). +<!-- TOC --> + +- [Running Engine with Docker](#running-engine-with-docker) + - [Start an image](#start-an-image) + - [Configure an image](#configure-an-image) + - [Making Docker Releases](#making-docker-releases) + - [Build your own, local Docker image](#build-your-own-local-docker-image) + - [Releasing a new version to DockerHub](#releasing-a-new-version-to-dockerhub) + - [Read more](#read-more) + +<!-- /TOC --> + ## Start an image *To be extended ...*