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
34bfb122
Commit
34bfb122
authored
5 years ago
by
David Trattnig
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade to Liquidsoap 1.4.1.
parent
f196c5ee
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+11
-6
11 additions, 6 deletions
README.md
run.sh
+1
-1
1 addition, 1 deletion
run.sh
with
12 additions
and
7 deletions
README.md
+
11
−
6
View file @
34bfb122
...
@@ -71,23 +71,28 @@ git clone https://gitlab.servus.at/autoradio/engine
...
@@ -71,23 +71,28 @@ git clone https://gitlab.servus.at/autoradio/engine
### Install System Libraries
### Install System Libraries
Aura Engine requires at least
`Node 13`
and
`Python 3.7`
.
Aura Engine requires at least
`Node 13`
,
`Python 3.7`
. Then install
`Liquidsoap 1.4.1`
using
[
OPAM
](
https://www.liquidsoap.info/doc-1.4.1/install.html
)
.
Having these installed you need to
```
bash
```
bash
sudo
apt
install
\
sudo
apt
install
\
git
\
git
\
supervisor
\
supervisor
\
nodejs
\
python3.7 python3.7-pip python3.7-dev
\
redis-server
\
redis-server
\
libsndfile1 ffmpeg
\
libsndfile1 ffmpeg
\
liquidsoap liquidsoap-plugin-icecast
\
mariadb-server libmariadbclient-dev
\
mariadb-server libmariadbclient-dev
\
quelcom
\
quelcom
\
liquidsoap-plugin-alsa liquidsoap-plugin-pulseaudio
\
liquidsoap-plugin-all
```
```
And finally
```
bash
opam depext fdkaac flac opus pulseaudio bjack alsa
opam
install
fdkaac flac opus pulseaudio bjack alsa
```
### Install Engine
### Install Engine
Development Environment
Development Environment
...
...
This diff is collapsed.
Click to expand it.
run.sh
+
1
−
1
View file @
34bfb122
...
@@ -17,7 +17,7 @@ if [ $mode == "engine" ]; then
...
@@ -17,7 +17,7 @@ if [ $mode == "engine" ]; then
fi
fi
if
[
$mode
==
"lqs"
]
;
then
if
[
$mode
==
"lqs"
]
;
then
(
cd
modules/liquidsoap/
&&
/usr/bin/
liquidsoap
$debug
./engine.liq
)
(
cd
modules/liquidsoap/
&&
liquidsoap
$debug
./engine.liq
)
fi
fi
if
[
$mode
==
"api"
]
;
then
if
[
$mode
==
"api"
]
;
then
...
...
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