You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 01-installation.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,18 @@ permalink: /installation/
5
5
menu: true
6
6
---
7
7
8
-
MintyPHP is simple and easy to install. The minimum requirements are a web server and a copy of MintyPHP, that’s it! MintyPHP will run on a variety of web servers and operating systems.
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 a variety of web servers and operating systems.
9
11
10
12
## Requirements
11
13
12
14
- Apache or nginx (rewrite is not required)
13
15
- PHP 5.4.0 or greater
14
16
- mysqli PHP extension
15
17
16
-
While a database engine isn’t required, most applications will utilize one. MintyPHP supports MariaDB (and other MySQL compatible databases).
18
+
While a database engine isn’t required, most applications will utilize one.
19
+
MintyPHP supports MariaDB (and other MySQL compatible databases).
17
20
18
21
## Download
19
22
@@ -30,4 +33,5 @@ Unzip/untar the archive and run the start.sh script with the following command:
30
33
bash start.sh
31
34
```
32
35
33
-
It should download composer.phar and install the latest versions of all dependencies. Then it should start the application in debug mode.
36
+
It should download composer.phar and install the latest versions of all dependencies.
37
+
Then it should start the application in debug mode on [http://localhost:8000/](http://localhost:8000/).
0 commit comments