added note on setting up cron or daemon

mikebronner 2015-01-02 06:29:30 -08:00
commit dde6d3087e

@ -19,6 +19,7 @@
* Install the project: `./console phpci:install`
* Add a virtual host to your web server, pointing to the directory "public" where you cloned PHPCI into.
* You'll need to set up rewrite rules to point all non-existent requests to PHPCI.
* Set up a CRON or DAEMON job to automate the runs (see the FINALLY section below).
### Apache Example (require mod_rewrite installed):