File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,16 @@ MintyPHP is simple and easy to install. The minimum requirements are a web serve
1515
1616While a database engine isn’t required, most applications will utilize one. MintyPHP supports MariaDB (and other MySQL compatible databases).
1717
18+ ## Download
19+
20+ You can download the latest version as a zip or tarball from:
21+
22+ <a href =' https://github.com/mintyphp/mintyphp/zipball/master ' style =" text-decoration : none ; color : #111 ; font-weight : bold ; background-color : #51d927 ; padding : 10px 20px ;" >Download</a >
23+
24+ Unzip/untar the archive and run the start.sh script with the following command:
25+
26+ ```
27+ bash start.sh
28+ ```
29+
30+ It should download composer.phar and install the latest versions of all dependencies. Then it should start the application in debug mode.
You can’t perform that action at this time.
0 commit comments