This commit is contained in:
Mark Clements 2013-05-15 10:34:33 -07:00
commit b52fd3e100

View file

@ -28,7 +28,7 @@ _**Please be aware that this is a brand new project, in an alpha state, so there
##Installing PHPCI: ##Installing PHPCI:
####Pre-requisites: ####Pre-requisites:
* PHP 5.3+ * PHP 5.3.3+
* A web server. We prefer nginx. * A web server. We prefer nginx.
* A MySQL server to connect to (doesn't have to be on the same server.) * 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.