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

Documentation on configuration.

parent c6af6aa5
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';
### Configuration
Run
In your development envirnment edit the file
```bash
sh init.sh
```shell
./configuration/engine.ini
```
This creates the folder */var/audio* and copies some default configuration
to */etc/aura/engine.ini*
to configure the engine.
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
your time to carefully review those settings!
```shell
/etc/aura/engine.ini
```
Read more about detailed settings in the [Configuration Guide](docs/configuration-guide.md).
## Running Engine
### Development
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.
Finish editing this message first!
Please register or to comment