Skip to content

Commit

Permalink
Specify that the Wiki has info about installing via Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlLevik committed Dec 10, 2024
1 parent b957b28 commit 4ee4d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This repository provides everything needed to create the Diamond flavour of the

## Installation

1. Install MariaDB. Please see the Wiki for ideas on how to install in a particular environment.
1. Install MariaDB. The Wiki has ideas on how to install in a particular environment, including OS packages or containers via the provided Dockerfile. If you use the container approach with the provided Dockerfile, then steps 2 and 3 below are done for you automatically.
2. Copy `.my.example.cnf` to `.my.cnf` and then edit that file to set the `user` and `password`, e.g. `user = root` and correspond `password`. Optionally, you can also set e.g. `host` and `port`.
3. In a test environment run the `build.sh` file. This creates the database schema and applies the grants as described in the "Schema" and "Grants" sections below.

Expand Down

0 comments on commit 4ee4d83

Please sign in to comment.