Goal: Setup development environments that are independent of each other and operate similar to a production environment High Level Steps Create development site folder Add to Apache config Update hosts so names resolve in format http://dev_site_name.dev Flush system so it picks up the updated hosts file Restart Apache Assumptions For the sake of this how […]
I had found a great write up on how to do this here, unfortunately Apple made changes to Xcode. So if you have Xcode 4.3 or greater this write up will get you there. Assumptions Mac OS X Lion 10.7 or greater PHP 5.3.8 Xcode 4.3 or greater curl CLI utilitiy Steps Overview Install libmcrypt-2.5.8 […]
Since pandoc is written in Haskell, you cannot install it directly with Homebrew. But there is an indirect way to install it using Homebrew. Before you ask, pandoc does have an OSX installer, but I prefer to manage all of my tools with Homebrew. Assumptions While this may work in earlier versions of OSX, I […]