Cron/daemon method title formatting

Jonathan Libby 2014-07-31 16:34:04 -07:00
commit 18721e42b1

@ -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: