mirror of
https://github.com/Karaka-Management/User-Guide.git
synced 2026-01-11 12:28:40 +00:00
Fix linux bugs
This commit is contained in:
parent
3b562e3f27
commit
c8faac1c8e
|
|
@ -20,7 +20,7 @@ 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`
|
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`
|
||||||
|
|
||||||
Modules for php that may be required depending on your use case are:
|
Extensions for php that may be required depending on your use case are:
|
||||||
|
|
||||||
* Memcache
|
* Memcache
|
||||||
* Sqlite
|
* Sqlite
|
||||||
|
|
@ -28,6 +28,8 @@ Modules for php that may be required depending on your use case are:
|
||||||
* Curl
|
* Curl
|
||||||
* Imap
|
* Imap
|
||||||
* bcmath
|
* bcmath
|
||||||
|
* zip
|
||||||
|
* mbstring
|
||||||
|
|
||||||
Some of these modules are already provided and only need to be activated in your `php.ini` file.
|
Some of these modules are already provided and only need to be activated in your `php.ini` file.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user