Skip to content
Snippets Groups Projects
Commit 1f17f052 authored by Gottfried Gaisbauer's avatar Gottfried Gaisbauer
Browse files

Update README.md

parent 3cd7363f
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ sudo apt install \
#### Python Packages
```
```bash
sudo pip3 install \
Flask Flask-Babel Flask-SQLAlchemy Flask-WTF \
mysqlclient redis simplejson mutagen
......@@ -45,18 +45,23 @@ git clone https://gitlab.servus.at/autoradio/engine
#### Set Up a database
```bash
mysql -u root -p
CREATE DATABASE aura_engine CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
CREATE USER 'aura'@'localhost' IDENTIFIED BY 'secure-password';
GRANT ALL PRIVILEGES ON aura_engine.* TO 'aura'@'localhost';
```
#### Files
Create the audio folder defined in your aura.ini
```bash
mkdir /var/audio
mkdir /etc/aura
cp {where you cloned the repo}/configuration/aura.ini /etc/aura/aura.ini
```
edit installation dir and database settings in aura.ini
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment