To get a easy to install local development environment with Homebrew.
- this script will mess up any existing brew apache installation
- a globaly accessible /LocalSites/ folder will be created
- configuration files will be changed automatically
Run the script on your Terminal:
bash install.sh
It will install brew, apache, dnsmasq, mysql, php, fastcgi, adminer, xdebug and other helpful things.
Run multiple sites in /LocalSites/xyz and open them in your browser http://xyz.dev:8080/.
Initial version by Jonas Felix - Follow to get more OpenSource: https://twitter.com/wingsuitist
The basic workflow of the installation is based on the great tutorial from Alan: https://twitter.com/alanthing https://echo.co/blog/os-x-1010-yosemite-local-development-environment-apache-php-and-mysql-homebrew
brew doctor
httpd --DEFOREGROUND