Cron/daemon method title formatting
parent
c345469ab7
commit
18721e42b1
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue