Works with MariaDB as well

This commit is contained in:
Ian Gilfillan 2021-08-25 13:37:56 +02:00
commit 3ce3aac4d5

View file

@ -28,7 +28,7 @@ BookStack has the following requirements:
* **PHP** >= 7.3
* For installation and maintenence, you'll need to be able to run `php` from the command line.
* Required Extensions: *OpenSSL, PDO, MBstring, Tokenizer, GD, MySQL, SimpleXML & DOM*
* **MySQL** >= 5.6
* **MySQL** >= 5.6 or **MariaDB** >= 10.0
* Single Database *(All permissions advised since application manages schema)*
* **Git Version Control**
* (Not strictly required but helps manage updates)
@ -219,4 +219,4 @@ Below are some alternative platforms and services that can be used to host BookS
_**Note: These are not tested, vetted nor supported by the official BookStack project in any manner**_.
- [Cloudron](https://www.cloudron.io/store/com.bookstackapp.cloudronapp.html) - A solution for running apps on your own server.
- [Uberspace](https://lab.uberspace.de/guide_bookstack.html) - A European based hosting provider.
- [Uberspace](https://lab.uberspace.de/guide_bookstack.html) - A European based hosting provider.