Skip to content

Commit

Permalink
Documentation: Update the install guide to reflect all of the necessa…
Browse files Browse the repository at this point in the history
…ry PHP extensions.

On FreeBSD (and presumably other places) I needed to separately enable a number of other extensions to get ThinkUp to work. This commit just adds those to the list in the doc.

Update by @ginatrapani: Clarified which requirements are enabled by default in PHP, added links, break lines at max line length.

[ci skip]
Closes #1363
  • Loading branch information
bleything authored and ginatrapani committed Sep 6, 2012
1 parent d87a2fd commit 98f8d6a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/source/install/install.rst
Expand Up @@ -11,7 +11,12 @@ Prerequisites
-------------

- File-system access to a web host, preferably over FTP or SFTP.
- `PHP 5.2 <http://php.net>`_ or higher with cURL, GD, JSON, and the PDO MySQL driver enabled.
- `PHP 5.2 <http://php.net>`_ or higher with the `Client URL (cURL) library
<http://us3.php.net/manual/en/book.curl.php>`_,
`GD support <http://www.php.net/manual/en/book.image.php>`_, and the `PDO MySQL driver
<http://php.net/manual/en/ref.pdo-mysql.php>`_.
(ThinkUp also requires the following items, which PHP 5.2+ enables by default: the filter, hash, JSON, SimpleXML, and
XML extensions, as well as session support.)
- `MySQL 5.0.3 <http://mysql.com/>`_ or higher.
- A publicly available web server. (Twitter authorization requires a public callback URL, so you'll need to expose
non-public servers to the internet for initial authorization; after that, the server no longer needs to be publicly
Expand Down

0 comments on commit 98f8d6a

Please sign in to comment.