Skip to content

Files

Latest commit

 

History

History
32 lines (22 loc) · 546 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 546 Bytes

LNMP Stack

Yuanzhen' s Linux + Nginx + MySQL + PHP stack :)

A LNMP stack with:

QuickStart

# (Build my docker images)
make build

# (Spawn up my LNMP docker stack)
make up

# (Stop and clean my stack)
make down

Test

echo "Test with my web server:"
open http://localhost:8080/index.html

echo "Test with PHP environment:"
open http://localhost:8080/info.php