Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine-api
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
Container Registry
Model registry
Operate
Environments
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-api
Commits
b1f4f4ad
Commit
b1f4f4ad
authored
3 years ago
by
David Trattnig
Browse files
Options
Downloads
Patches
Plain Diff
Removed MariaDB refs.
parent
85944b2e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#1033
failed
3 years ago
Stage: bundle
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-11
2 additions, 11 deletions
README.md
with
2 additions
and
11 deletions
README.md
+
2
−
11
View file @
b1f4f4ad
...
...
@@ -118,7 +118,7 @@ If you are not planning to go with Docker or just want to setup a local developm
-
[
Python 3.8+
](
https://www.python.org/
)
-
[
`pip`
](
https://pip.pypa.io/en/stable/
)
-
[
`git`
](
https://git-scm.com/
)
-
[
PostgreSQL 13+
](
https://www.postgresql.org/
)
or
[
MariaDB 10+
](
https://mariadb.org/
)
-
[
PostgreSQL 13+
](
https://www.postgresql.org/
)
-
[
Virtualenv
](
https://virtualenv.pypa.io/en/latest/
)
(
Optional,
development only)
### Installation
...
...
@@ -143,7 +143,7 @@ pip3 install -r requirements.txt
#### Setting up the database
The primary database supported by AURA is PostgreSQL.
We officially only support PostgreSQL. Setup your database using following scripts:
```
bash
# Additional Python packages for PostgreSQL
...
...
@@ -152,15 +152,6 @@ pip3 install -r contrib/postgresql-requirements.txt
sudo
-u
postgres psql
-f
contrib/postgresql-create-database.sql
```
Alternatively you can also use MariaDB:
```
bash
# Additional Python packages for MariaDB
pip3
install
-r
contrib/mariadb-requirements.txt
# Create database and user (change password in script)
sudo
mysql
-u
root
-p
< contrib/mariadb-database.sql
```
You might want to change the password for the database user created by the relevant script.
### Configuration
...
...
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