mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Update third-party links on MongoDB install docs
Removed two broken links and an outdated blog post. Added a very helpful blog post on Homebrew installs (includes the extension), and kept a video tutorial (outdated, but thorough). https://jira.mongodb.org/browse/PHP-1373 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335991 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7d5e3a55d9
commit
7070675e39
1 changed files with 15 additions and 24 deletions
|
@ -259,33 +259,24 @@ $ /usr/sbin/setsebool -P httpd_can_network_connect 1
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<link xlink:href="&url.mongodb.video;">
|
||||
<link xlink:href="&url.mongodb.install.osx.homebrew;">
|
||||
(Re)installing PHP on Mac OS X
|
||||
</link>
|
||||
</para>
|
||||
<para>
|
||||
This article by Justin Hileman details the process of installing PHP and
|
||||
additional extensions with Homebrew on OS X. This complements the earlier
|
||||
instructions on this page for installing the driver with Homebrew.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<link xlink:href="&url.mongodb.install.ubuntu.9.10.video;">
|
||||
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="&url.mongodb.ubuntu.9.04;">
|
||||
Installing MongoDB and the PHP driver on Ubuntu 9.04
|
||||
</link>
|
||||
</para>
|
||||
<para>
|
||||
Spanish article by Javier Aranda (<link xlink:href="&url.mongodb.ubuntu.9.04.en;">
|
||||
English translation</link>).
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<link xlink:href="&url.mongodb.osx;">
|
||||
OS X: Installing MongoDB and the PHP Mongo Driver
|
||||
</link>
|
||||
</para>
|
||||
<para>
|
||||
By Matt Butcher.
|
||||
<para>This screencast by Jon Adams demonstrates how to quickly get up and
|
||||
running with PHP 5.3.1, Xdebug, and MongoDB on Ubuntu 9.10 with Apache.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
|
Loading…
Reference in a new issue