Skip to content

Commit 4ee4d83

Browse files
committed
Specify that the Wiki has info about installing via Dockerfile
1 parent b957b28 commit 4ee4d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This repository provides everything needed to create the Diamond flavour of the
1313

1414
## Installation
1515

16-
1. Install MariaDB. Please see the Wiki for ideas on how to install in a particular environment.
16+
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.
1717
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`.
1818
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.
1919

0 commit comments

Comments
 (0)