From a687ab0db991b91b3133a820e21788b6f1f030ae Mon Sep 17 00:00:00 2001 From: Mike Bronner Date: Thu, 27 Mar 2014 22:25:27 -0700 Subject: [PATCH] Added page to explain how to integrate GitHub. Took some trial and error for me. --- Autobuilding-From-GitHub.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Autobuilding-From-GitHub.md diff --git a/Autobuilding-From-GitHub.md b/Autobuilding-From-GitHub.md new file mode 100644 index 0000000..911978f --- /dev/null +++ b/Autobuilding-From-GitHub.md @@ -0,0 +1,10 @@ +If you would like your builds to run automatically whenever there is a commit or other similar activity in your GitHub repository, perform the following steps: + +1. Log into PHPCI. +2. Click on your GitHub project. +3. Copy the web hook link specified on the left. +4. Log into GitHub and go to your repo. +5. Click the settings icon on the lower left sidebar. +6. Click on "Web Hooks & Services". +7. Add your web hook link you copied above, and specify when you would like it to run. +8. Verify that the initial test delivery was successful. If not, make sure that your PHPCI machine is reachable from the internet. \ No newline at end of file