mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-02-05 15:28:41 +00:00
Add extension/server requirements for devs
This commit is contained in:
parent
23b54bff76
commit
dc720967b6
|
|
@ -6,17 +6,27 @@ Installing the application as a developer can be achived by following one of the
|
||||||
|
|
||||||
* PHP >= 7.2
|
* PHP >= 7.2
|
||||||
* PDO PHP Extension
|
* PDO PHP Extension
|
||||||
|
* mbstring
|
||||||
|
* database such as mysql
|
||||||
|
|
||||||
### Recommended Extensions
|
### Recommended Extensions
|
||||||
|
|
||||||
* Memcache
|
The following extensions are recommended for tests and in some cases required by the build tools
|
||||||
|
|
||||||
|
* ast
|
||||||
|
* memcache
|
||||||
* Sqlite
|
* Sqlite
|
||||||
* Socket
|
* socket
|
||||||
* Curl
|
* curl
|
||||||
* Imap
|
* imap
|
||||||
* bcmath
|
* bcmath
|
||||||
* zip
|
* zip
|
||||||
* mbstring
|
* php*-dev
|
||||||
|
* dom
|
||||||
|
* xml
|
||||||
|
* phar
|
||||||
|
* opcache
|
||||||
|
* gd / gd2
|
||||||
|
|
||||||
## Linux Shell Script
|
## Linux Shell Script
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user