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

Documentation on configuration.

parent e0b0b831
No related branches found
No related tags found
No related merge requests found
...@@ -119,23 +119,24 @@ GRANT ALL PRIVILEGES ON aura_engine.* TO 'aura'@'localhost'; ...@@ -119,23 +119,24 @@ GRANT ALL PRIVILEGES ON aura_engine.* TO 'aura'@'localhost';
### Configuration ### Configuration
Run In your development envirnment edit the file
```bash ```shell
sh init.sh ./configuration/engine.ini
``` ```
This creates the folder */var/audio* and copies some default configuration to configure the engine.
to */etc/aura/engine.ini*
In production, or if the file exists, Engine uses the config location
After that, you have to edit the settings in */etc/aura/engine.ini*. Ensure to take ```shell
your time to carefully review those settings! /etc/aura/engine.ini
```
Read more about detailed settings in the [Configuration Guide](docs/configuration-guide.md). Read more about detailed settings in the [Configuration Guide](docs/configuration-guide.md).
## Running Engine ## Running Engine
### Development ### Development
While developing there is a simple convencience script `run.sh` While developing there is a simple convencience script `run.sh`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment