From 9a6ade40a8584c4d52fe148099211650414fbb9b Mon Sep 17 00:00:00 2001 From: Kristina Chodorow Date: Tue, 2 Feb 2010 16:12:00 +0000 Subject: [PATCH] added 3rd party install instructions git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294340 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mongo/configure.xml | 46 +++++++++++++++++++++++++++++++++-- 1 file changed, 44 insertions(+), 2 deletions(-) diff --git a/reference/mongo/configure.xml b/reference/mongo/configure.xml index 26b82f2424..b578cda0a6 100644 --- a/reference/mongo/configure.xml +++ b/reference/mongo/configure.xml @@ -11,7 +11,6 @@
Installing on *NIX - Unix, Linux, OS X, Cygwin Run: @@ -194,10 +193,53 @@ $ phpize && aclocal && autoconf && ./configure && make && make install - +
+
+ Third-Party Installation Instructions + + + A number of people have created excellent tutorials on installing the PHP + driver. + + + + + + + PHP 5.3.1 with Xdebug, MongoDB and Lithium on Ubuntu 9.10 / Apache 2.2 + + + An excellent video that takes you step-by-step through installing + Apache, PHP, Xdebug, MongoDB, and Lithium by Jon Adams. + + + + + + Installing MongoDB and the PHP driver on Ubuntu 9.04 + + + + Spanish article by Javier Aranda ( + English translation). + + + + + + OS X: Installing MongoDB and the PHP Mongo Driver + + + + By Matt Butcher. + + + +
+