标签:
	1: 设置下用sublimetext为默认打开方式, 确保下载sublimetext
	2:设置下默认打开方式为sm
	sudo ln -s /Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl /usr/local/bin/sm
	3:修改apache模块,支持PHP
	sm /etc/apache2/httpd.conf
	找到LoadModule php5_module libexec/apache2/libphp5.so, 去年前面的"#"号。
	4:重新启动下apache
	sudo apachectl restart;
	输入:127.0.0.1  -> It works!
默认的路径, Web路径:/Library/WebServer/Documents/
标签:
原文地址:http://www.cnblogs.com/savey/p/4562523.html