Skip to content

Instantly share code, notes, and snippets.

View sunitchandra's full-sized avatar

Sunit Chandra sunitchandra

  • IBM
  • Kolkata
View GitHub Profile
@aichbauer
aichbauer / apache, php, mysql for MAC OS X 10.11
Last active January 26, 2021 10:01
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