Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
engine-core
Commits
0eb014c5
Commit
0eb014c5
authored
5 years ago
by
David Trattnig
Browse files
Options
Downloads
Patches
Plain Diff
Documentation on configuration.
parent
c6af6aa5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-8
9 additions, 8 deletions
README.md
with
9 additions
and
8 deletions
README.md
+
9
−
8
View file @
0eb014c5
...
...
@@ -119,23 +119,24 @@ GRANT ALL PRIVILEGES ON aura_engine.* TO 'aura'@'localhost';
### Configuration
Run
In your development envirnment edit the file
```
ba
sh
sh init.sh
```
sh
ell
./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`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment