Add info in Pre-requisites section

Php-openssl must be available because of file_get_contents("https:...") calls during the install.
This commit is contained in:
André Cianfarani 2013-05-21 10:42:02 +02:00
parent aff5b1886e
commit c38b2c7268

View file

@ -35,7 +35,8 @@ _**Please be aware that this is a brand new project, in an alpha state, so there
* PHP 5.3.3+
* A web server. We prefer nginx.
* A MySQL server to connect to (doesn't have to be on the same server.)
* PHPCI needs to be able to run `exec()`, so make sure this is not disabled.
* PHPCI needs to be able to run `exec()`, so make sure this is not disabled
* Php-openssl must be available.
####Installing from Github: