Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 640 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 640 Bytes

#MEMP = Mac Enginx MySQL PHP.

##Features

  • Start / stop services globally
  • Start / stop services individually
  • Open the default page MEMP
  • Set preferences - start / stop global services

##Runs from console

MEMP

sudo /Applications/MEMP/init/start
sudo /Applications/MEMP/init/stop

PHP

sudo /Applications/MEMP/init/startPHP
sudo /Applications/MEMP/init/stopPHP

NGINX

sudo /Applications/MEMP/init/startNginx
sudo /Applications/MEMP/init/stopNginx

MySQL

sudo /Applications/MEMP/init/startMySQL
sudo /Applications/MEMP/init/stopMySQL