Skip to content

Instantly share code, notes, and snippets.

View roblambell's full-sized avatar

Rob Lambell roblambell

  • United Kingdom
  • 23:30 (UTC +01:00)
View GitHub Profile
# 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