From efc780b377bcd6446521cb0fc5fbfeedf8df0504 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 21 Jun 2019 16:04:58 +0100 Subject: [PATCH] Update getting started database docs --- docs/01-Getting-Started.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/01-Getting-Started.md b/docs/01-Getting-Started.md index 4d6b68e..4abdf16 100644 --- a/docs/01-Getting-Started.md +++ b/docs/01-Getting-Started.md @@ -20,7 +20,9 @@ The process is outlined in detail below. - [Composer](https://getcomposer.org/) (for installing server-side dependencies) - PHP modules: - `pdo-mysql` (for the database connection) - - A [MariaDB](https://mariadb.com/) server with a database already setup with the schema data in it. Please get in contact with [ConnectedHumber](https://connectedhumber.org/) for information about the database schema and structure. + - A [MariaDB](https://mariadb.com/) server with a database already setup with the schema loaded into it. + - Find that here: https://github.com/ConnectedHumber/MQTT/blob/master/database/aqdb_V2_no_data.sql ([direct link](https://raw.githubusercontent.com/ConnectedHumber/MQTT/master/database/aqdb_V2_no_data.sql)) + - If you have any issue, please get in contact with [ConnectedHumber](https://connectedhumber.org/). ## Installation