Skip to content

Instantly share code, notes, and snippets.

View lmbcosta's full-sized avatar

lmbcosta lmbcosta

  • Lisbon, Portugal
View GitHub Profile
@lmbcosta
lmbcosta / apache, php, mysql for MAC OS X 10.11
Created February 2, 2017 17:09 — forked from aichbauer/apache, php, mysql for MAC OS X 10.11
How to install or run apache, php, and mysql on Mac OSX 10.11 with the Terminal
/**ALLOW HIDDEN FOLDER**/
defaults write com.apple.finder AppleShowAllFiles YES
sudo killall Finder
/**APACHE**/
sudo apachectl start
sudo apachectl stop
sudo apachectl restart