mirror of
https://github.com/Karaka-Management/User-Guide.git
synced 2026-01-19 07:58:39 +00:00
Improve documentation
This commit is contained in:
parent
c8faac1c8e
commit
6c070e71b1
|
|
@ -20,6 +20,12 @@ Make sure you have a database installed such as `MySQL` or `Postgresql` and the
|
|||
|
||||
The required php version is 7.1. Install php through your package manager, this may require you to add one additional repository to your package manager. Google for `How to install php 7.1 on XYZ`
|
||||
|
||||
#### Required Extensions
|
||||
|
||||
* PDO PHP Extension
|
||||
|
||||
#### Recommended Extensions
|
||||
|
||||
Extensions for php that may be required depending on your use case are:
|
||||
|
||||
* Memcache
|
||||
|
|
|
|||
|
|
@ -4,5 +4,15 @@
|
|||
|
||||
* PHP >= 7.1
|
||||
* PDO PHP Extension
|
||||
* Mbstring PHP Extension
|
||||
* MySQL, PostgreSQL, MicrosoftSQL or OracleSQL
|
||||
* MySQL, PostgreSQL, MicrosoftSQL or OracleSQL
|
||||
|
||||
### Recommended Extensions
|
||||
|
||||
* Memcache
|
||||
* Sqlite
|
||||
* Socket
|
||||
* Curl
|
||||
* Imap
|
||||
* bcmath
|
||||
* zip
|
||||
* mbstring
|
||||
Loading…
Reference in New Issue
Block a user