added 3rd party install instructions

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294340 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kristina Chodorow 2010-02-02 16:12:00 +00:00
parent 4e666e6cee
commit 9a6ade40a8

View file

@ -11,7 +11,6 @@
<section>
<title>Installing on *NIX</title>
<subtitle>Unix, Linux, OS X, Cygwin</subtitle>
<para>
Run:
@ -194,10 +193,53 @@ $ phpize && aclocal && autoconf && ./configure && make && make install
<![CDATA[
extension=php_mongo.dll
]]>
</programlisting>
</programlisting>
</para>
</section>
<section>
<title>Third-Party Installation Instructions</title>
<para>
A number of people have created excellent tutorials on installing the PHP
driver.
</para>
<itemizedlist>
<listitem>
<para>
<link xlink:href="http://www.vimeo.com/8005503">
PHP 5.3.1 with Xdebug, MongoDB and Lithium on Ubuntu 9.10 / Apache 2.2
</link>
</para>
<para>An excellent video that takes you step-by-step through installing
Apache, PHP, Xdebug, MongoDB, and Lithium by Jon Adams.
</para>
</listitem>
<listitem>
<para>
<link xlink:href="http://javierav.com/articulos/php/2009-10-instalando-mongodb-driver-php-en-ubuntu-9-04">
Installing MongoDB and the PHP driver on Ubuntu 9.04
</link>
</para>
<para>
Spanish article by Javier Aranda (<link xlink:href="http://translate.google.com/translate?js=y&amp;prev=_t&amp;hl=en&amp;ie=UTF-8&amp;u=http%3A%2F%2Fjavierav.com%2Farticulos%2Fphp%2F2009-10-instalando-mongodb-driver-php-en-ubuntu-9-04&amp;sl=auto&amp;tl=en&amp;history_state0=auto%7Cen%7C%2523MongoDB%2520%25C3%25A9%2520o%2520futuro%21">
English translation</link>).
</para>
</listitem>
<listitem>
<para>
<link xlink:href="http://technosophos.com/content/os-x-installing-mongodb-and-php-mongo-driver">
OS X: Installing MongoDB and the PHP Mongo Driver
</link>
</para>
<para>
By Matt Butcher.
</para>
</listitem>
</itemizedlist>
</section>
</section>