Skip to content

Commit 6803156

Browse files
committed
fix
1 parent 66cb522 commit 6803156

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

01-installation.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@ permalink: /installation/
55
menu: true
66
---
77

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.
911

1012
## Requirements
1113

1214
- Apache or nginx (rewrite is not required)
1315
- PHP 5.4.0 or greater
1416
- mysqli PHP extension
1517

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).
1720

1821
## Download
1922

@@ -30,4 +33,5 @@ Unzip/untar the archive and run the start.sh script with the following command:
3033
bash start.sh
3134
```
3235

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

Comments
 (0)