Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aura-engine
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
Lars Kruse
aura-engine
Commits
214da1f9
Commit
214da1f9
authored
4 years ago
by
David Trattnig
Browse files
Options
Downloads
Patches
Plain Diff
New section with minimum configuration.
parent
abc9c274
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/installation-development.md
+27
-0
27 additions, 0 deletions
docs/installation-development.md
docs/installation-production.md
+27
-0
27 additions, 0 deletions
docs/installation-production.md
with
54 additions
and
0 deletions
docs/installation-development.md
+
27
−
0
View file @
214da1f9
...
...
@@ -122,6 +122,33 @@ Now, specify at least following settings to get started:
db_pass
=
"---SECRET--PASSWORD---"
```
Set the URLs to the
*Steering*
and
*Tank*
API:
```
ini
[dataurls]
# The URL to get the Calendar via PV/Steering
api_calendar_url
=
"http://localhost:8000/api/v1/playout"
# The URL to get show details via PV/Steering
api_show_url
=
"http://localhost:8000/api/v1/shows/${ID}/"
# The URL to get playlist details via Tank
api_playlist_url
=
"http://localhost:8040/api/v1/shows/${SLUG}/playlists"
```
Ensure that the Liquidsoap installation path is valid:
```
ini
[lqs]
liquidsoap_path
=
"/home/david/.opam/4.08.0/bin/liquidsoap"
```
Finally Engine needs to be able to access the audio folder, where all the tracks of the playlists
are stored via
*Tank*
:
```
ini
[audiofolder]
audiofolder
=
"/var/audio"
```
Read more about detailed settings in the
[
Configuration Guide
](
docs/configuration-guide.md
)
.
## Running Engine
...
...
This diff is collapsed.
Click to expand it.
docs/installation-production.md
+
27
−
0
View file @
214da1f9
...
...
@@ -171,6 +171,33 @@ Now, specify at least following settings to get started:
db_pass
=
"---SECRET--PASSWORD---"
```
Set the URLs to the
*Steering*
and
*Tank*
API:
```
ini
[dataurls]
# The URL to get the Calendar via Steering
api_calendar_url
=
"https://aura-test.o94.at/steering/api/v1/playout"
# The URL to get show details via Steering
api_show_url
=
"http://aura-test.o94.at/steering/api/v1/shows/${ID}/"
# The URL to get playlist details via Tank
api_playlist_url
=
"http://aura-test.o94.at/tank/api/v1/shows/${SLUG}/playlists"
```
Ensure that the Liquidsoap installation path is valid:
```
ini
[lqs]
liquidsoap_path
=
"/home/engineuser/.opam/4.08.0/bin/liquidsoap"
```
Finally Engine needs to be able to access the audio folder, where all the tracks of the playlists
are stored via
*Tank*
:
```
ini
[audiofolder]
audiofolder
=
"/var/audio"
```
Read more about detailed settings in the
[
Configuration Guide
](
docs/configuration-guide.md
)
.
## Running Engine
...
...
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