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
a06f2625
Commit
a06f2625
authored
5 years ago
by
David Trattnig
Browse files
Options
Downloads
Patches
Plain Diff
Added script to initialize the project and its configuration.
parent
e4b1b33b
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
+7
-7
7 additions, 7 deletions
README.md
init.sh
+10
-0
10 additions, 0 deletions
init.sh
with
17 additions
and
7 deletions
README.md
+
7
−
7
View file @
a06f2625
...
...
@@ -102,18 +102,18 @@ GRANT ALL PRIVILEGES ON aura_engine.* TO 'aura'@'localhost';
Log into your phpmyadmin or adminer with correct privileges, create a database and a user for the aura engine.
####
Files and Folders
####
Project initialization
*
Create the audio folder defined in your engine.ini
Run
```
bash
mkdir
/var/audio
mkdir
/etc/aura
cp
{
where you cloned the repo
}
/configuration/engine.ini /etc/aura/engine.ini
edit engine.ini to your needs
sh init.sh
```
*
Edit settings in engine.ini. Take your time for that.
This creates the folder
***/var/audio*
*
and copies some default configuration
to
***/etc/aura/engine.ini*
*
After that, you have to edit the settings in /etc/aura/engine.ini. Take your time for that.
#### aura.py
...
...
This diff is collapsed.
Click to expand it.
init.sh
0 → 100755
+
10
−
0
View file @
a06f2625
sudo mkdir
/var/audio
echo
/var/audio created.
sudo mkdir
/etc/aura
echo
/etc/aura created.
sudo cp
./configuration/engine.ini /etc/aura/engine.ini
echo
configuration copied to /etc/aura/engine.ini
echo
echo
AuRa Engine initialization
done
!
echo
--------------------
echo
Before moving on edit /etc/aura/engine.ini to your needs
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