Update getting started database docs

This commit is contained in:
Starbeamrainbowlabs 2019-06-21 16:04:58 +01:00
parent 31bf42fb2e
commit efc780b377
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,9 @@ The process is outlined in detail below.
- [Composer](https://getcomposer.org/) (for installing server-side dependencies) - [Composer](https://getcomposer.org/) (for installing server-side dependencies)
- PHP modules: - PHP modules:
- `pdo-mysql` (for the database connection) - `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 ## Installation