We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac662c1 commit 155587cCopy full SHA for 155587c
1 file changed
01-installation.md
@@ -7,17 +7,13 @@ menu: true
7
8
MintyPHP is simple and easy to install.
9
The minimum requirements are a web server and a copy of MintyPHP, that’s it!
10
-MintyPHP will run on any Linux web server running PHP + MariaDB + Memcache
+MintyPHP will run on any Linux (LAMP) web server running PHP + MySQL + Memcache.
11
12
## Requirements
13
14
-- Apache or nginx (rewrite is not required)
15
- PHP 8 or greater
16
-- mysqli PHP extension
17
-- memcached PHP extension
18
-
19
-While a database engine isn’t required, most applications will utilize one.
20
-MintyPHP supports MariaDB (and other MySQL compatible databases).
+- mysqli PHP extension (for MariaDB)
+- memcached PHP extension (for MemcacheD)
21
22
## Download
23
0 commit comments