Skip to content

Commit

Permalink
More Lion updates (php.rb recipe).
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Gibson committed Aug 12, 2011
1 parent afd68f0 commit 80990a2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,7 @@
# Getting Started # Getting Started


## Please note these instructions have been updated for Mac OS X Lion, and assumes this is what you are running. If you are not, you may need to refer to an older version of this document.

As our production environment is moving from Apache to Nginx, it makes more sense for our development environments to closely mirror that environment. It's going to be a bit of a journey to get there, so let's get started. As our production environment is moving from Apache to Nginx, it makes more sense for our development environments to closely mirror that environment. It's going to be a bit of a journey to get there, so let's get started.


(Most of the following assumes you already have Xcode installed on your system. If not, go grab it from [[http://developer.apple.com/]] or the Mac App Store, though the latter costs $4.99.) (Most of the following assumes you already have Xcode installed on your system. If not, go grab it from [[http://developer.apple.com/]] or the Mac App Store, though the latter costs $4.99.)
Expand Down Expand Up @@ -76,11 +78,7 @@ Check that MongoDB is running:


brew create http://ca2.php.net/distributions/php-5.2.17.tar.gz brew create http://ca2.php.net/distributions/php-5.2.17.tar.gz


When an editor is opened up with the "formula", replace it with the contents of [[https://gist.github.com/raw/945421/607ab7931525ba9447c0348c328439a584d97ac7/php.rb]]. When an editor is opened up with the "formula", replace it with the contents of [[https://raw.github.com/gist/1142557/9f5232aa169c121d605292c8062329a1f8132f55/php.rb]].

If libpng is somehow broken (like Jamie's)

brew install https://raw.github.com/mxcl/homebrew/fa2f6383296fde9c9eb9182b25c1f7ac91a93364/Library/Formula/libpng.rb


Next, Install PHP Next, Install PHP


Expand Down

0 comments on commit 80990a2

Please sign in to comment.