Added DB permission advisory to requirements.

Closes BookStackApp/BookStack#451
This commit is contained in:
Dan Brown 2017-07-28 12:35:20 +01:00
commit ae8b7211cf
Signed by: danb
GPG key ID: 46D9F943C24A2EF9

View file

@ -20,8 +20,8 @@ BookStack has similar requirements to Laravel:
* PHP >= 5.6.4, Will need to be usable from the command line.
* PHP Extensions: `OpenSSL`, `PDO`, `MBstring`, `Tokenizer`, `GD`, `MySQLND`, `Tidy`
* MySQL >= 5.6
* Git (Not strictly required but helps manage updates)
* MySQL >= 5.6, Single DB *(All permissions advised since application manages schema)*
* Git *(Not strictly required but helps manage updates)*
* [Composer](https://getcomposer.org/)
#### Instructions
@ -103,4 +103,3 @@ sudo ./installation-ubuntu-16.04.sh
This is a collection of guides created by awesome members of the BookStack community:
* [CentOS 7 Install by Deviant Engineer](https://deviantengineer.com/2017/02/bookstack-centos7/)