mirror of
https://github.com/Karaka-Management/User-Guide.git
synced 2026-01-11 12:28:40 +00:00
Add dependency
This commit is contained in:
parent
797243942b
commit
cc2fd51dce
|
|
@ -14,7 +14,7 @@ Make sure you have a web server installed such as `Apache` or `Nginx`. If not in
|
||||||
|
|
||||||
### Database
|
### Database
|
||||||
|
|
||||||
Make sure you have a database installed such as `MySQL` or `Postgresql`. If not install one through your package manager. Google for `How to install mysql on XYZ`
|
Make sure you have a database installed such as `MySQL` or `Postgresql` and the corresponding drivers and php modules. If not install one through your package manager. Google for `How to install mysql on XYZ`
|
||||||
|
|
||||||
### Php
|
### Php
|
||||||
|
|
||||||
|
|
@ -27,6 +27,7 @@ Modules for php that may be required depending on your use case are:
|
||||||
* Socket
|
* Socket
|
||||||
* Curl
|
* Curl
|
||||||
* Imap
|
* Imap
|
||||||
|
* bcmath
|
||||||
|
|
||||||
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