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
5aaf93e5
Commit
5aaf93e5
authored
5 years ago
by
David Trattnig
Browse files
Options
Downloads
Patches
Plain Diff
Minor fixes.
parent
38ae8f51
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-5
5 additions, 5 deletions
README.md
with
5 additions
and
5 deletions
README.md
+
5
−
5
View file @
5aaf93e5
...
@@ -59,8 +59,8 @@ To learn more, checkout the [Engine Developer Guide](docs/developer-guide.md) or
...
@@ -59,8 +59,8 @@ To learn more, checkout the [Engine Developer Guide](docs/developer-guide.md) or
going to use, but for the most common scenarios any current hardware should be sufficient.
going to use, but for the most common scenarios any current hardware should be sufficient.
For the audio devices it is required to use an interface which has supported ALSA drivers.
For the audio devices it is required to use an interface which has supported ALSA drivers.
**Operating System:**
Any linux system with ALSA, PulseAudio or Jack2 support should work.
**Operating System:**
Any linux system with ALSA, PulseAudio or Jack2 support should work.
It is tested and coded on Debian Stretch and Ubuntu 18.0
with Python 3.6+
.
It is tested and coded on Debian Stretch and Ubuntu 18.0.
## Installation
## Installation
...
@@ -71,7 +71,7 @@ git clone https://gitlab.servus.at/autoradio/engine
...
@@ -71,7 +71,7 @@ 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
`
and
`
Python 3.7
`
.
```
bash
```
bash
sudo
apt
install
\
sudo
apt
install
\
...
@@ -90,13 +90,13 @@ sudo apt install \
...
@@ -90,13 +90,13 @@ sudo apt install \
### Install Engine
### Install Engine
Development Environment
:
Development Environment
```
bash
```
bash
sudo
./install.sh
sudo
./install.sh
```
```
Production Environment
:
Production Environment
```
bash
```
bash
sudo
./install.sh prod
sudo
./install.sh prod
...
...
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