This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# a script following this guide: | |
# http://coolestguyplanettech.com/downtown/install-and-configure-apache-mysql-php-and-phpmyadmin-osx-108-mountain-lion | |
# for enabling apache on OS X Mountain Lion | |
# --- | |
#start up apache | |
sudo apachectl start | |
# create ~/Sites |