Skip to content

dalma/stack-lnmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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