You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by rb...@apache.org on 2012/08/28 05:02:35 UTC

svn commit: r1377956 - /shindig/site/trunk/cms/trunk/content/releasing.mdtext

Author: rbaxter85
Date: Tue Aug 28 03:02:35 2012
New Revision: 1377956

URL: http://svn.apache.org/viewvc?rev=1377956&view=rev
Log:
Added links for installing PHP dependencies

Modified:
    shindig/site/trunk/cms/trunk/content/releasing.mdtext

Modified: shindig/site/trunk/cms/trunk/content/releasing.mdtext
URL: http://svn.apache.org/viewvc/shindig/site/trunk/cms/trunk/content/releasing.mdtext?rev=1377956&r1=1377955&r2=1377956&view=diff
==============================================================================
--- shindig/site/trunk/cms/trunk/content/releasing.mdtext (original)
+++ shindig/site/trunk/cms/trunk/content/releasing.mdtext Tue Aug 28 03:02:35 2012
@@ -30,6 +30,7 @@ This document describes how Apache Shind
     7. Publish The Website
     8. Announce The Release
     9. Celebrate :o)
+    10. Notes
     
 Notes:
 
@@ -186,4 +187,16 @@ Enjoy,
 -The Apache Shindig Team
 </pre>
 
-##  9. Celebrate :o)
\ No newline at end of file
+##  9. Celebrate :o)
+
+## Notes
+
+### PHP Prerequisites
+If you are a Java developer who is building a Shindig release chances are you do not have the necessary PHP 
+dependencies installed on your machine.  You will need to install and configure PHPUnit and mcrypt (as well as PHP) 
+in order to run the PHP portion of the Shindig build.  The links below are useful
+for Mac users, please add links for other OSes as people build on those platforms.
+
+#### Mac
+* [Installing PHPUnit](http://www.newmediacampaigns.com/page/install-pear-phpunit-xdebug-on-macosx-snow-leopard)
+* [Installing mcrypt](http://www.coolestguyplanettech.com/how-to-install-mcrypt-for-php-on-mac-osx-lion-10-7-development-server/)
\ No newline at end of file