Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lars Kruse
aura-engine
Commits
d7f3cc30
Commit
d7f3cc30
authored
Jul 05, 2021
by
david
Browse files
Note that MariaDB is currently not supported.
#75
parent
a1d7f1a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/bare-metal-installation.md
View file @
d7f3cc30
...
...
@@ -24,7 +24,7 @@ Aura Engine runs on any modern Debian-based OS. It requires at least
-
[
`pip`
](
https://pip.pypa.io/en/stable/
)
-
[
`git`
](
https://git-scm.com/
)
-
[
'virtualenv'
](
https://pypi.org/project/virtualenv/
)
-
[
PostgreSQL 13+
](
https://www.postgresql.org/
)
or
[
MariaDB 10+
](
https://mariadb.org/
)
-
[
PostgreSQL 13+
](
https://www.postgresql.org/
)
**Setting up the project structure**
...
...
@@ -86,6 +86,8 @@ sudo -u postgres psql -f contrib/postgresql-create-database.sql
Alternatively you can also use MariaDB:
> Warning: Due to an [issue with Mysql/MariaDB](https://gitlab.servus.at/aura/engine/-/issues/75) we recommend using PostgreSQL only.
```
bash
# Additional Python packages for MariaDB
pip3
install
-r
contrib/mariadb-requirements.txt
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment