From dde6d3087ecf0ec5fe42da60349a40c829a37e53 Mon Sep 17 00:00:00 2001 From: mikebronner Date: Fri, 2 Jan 2015 06:29:30 -0800 Subject: [PATCH] added note on setting up cron or daemon --- Installing PHPCI.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Installing PHPCI.md b/Installing PHPCI.md index 0ed9518..27df340 100644 --- a/Installing PHPCI.md +++ b/Installing PHPCI.md @@ -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):