From 18721e42b1e800c747bb64e7fc34c8dafa468a9e Mon Sep 17 00:00:00 2001 From: Jonathan Libby Date: Thu, 31 Jul 2014 16:34:04 -0700 Subject: [PATCH] Cron/daemon method title formatting --- Installing-PHPCI.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installing-PHPCI.md b/Installing-PHPCI.md index 0db3f65..8122e9d 100644 --- a/Installing-PHPCI.md +++ b/Installing-PHPCI.md @@ -80,7 +80,7 @@ if (file_exists(__DIR__ . '/' . $_SERVER['REQUEST_URI'])) { There are a couple ways of running PHPCI builds. If you want to run multiple builds at the same time, but don't mind waiting *up to* 1 minute for a cron job to execute, you should use the cron method. -****Cron method**** +**Cron method** You'll want to set up PHPCI to run as a regular cronjob, so run `crontab -e` and enter the following: @@ -88,7 +88,7 @@ You'll want to set up PHPCI to run as a regular cronjob, so run `crontab -e` and Obviously, make sure you change the `/path/to/phpci` to the directory in which you installed PHPCI, and update the PHP path if necessary. -****Daemon method**** +**Daemon method** If you only want to run one build at a time or want your builds to run immediately after they're created, you should use the daemonise method. Run the following command, from the root of your PHPCI installation: