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
# From http://www.iyware.com/osx-yosemite-mamp-homebrew-development-setup/ | |
# Apache configuration files are at /usr/local/etc/apache2/2.4 | |
# Web root is at /usr/local/var/www/htdocs | |
# Set date.timezone = Europe/London in /usr/local/etc/php/5.6/php.ini | |
# To configure vhosts uncomment the Virtual hosts Include line in httpd.conf | |
# For mod_rewrite uncomment the LoadModule rewrite_module line in httpd.conf | |
# Add vhosts in extra/httpd-vhosts.conf then `sudo httpd -k restart` | |
# Install Homebrew | |
xcode-select --install |