[cig-commits] [commit] master: Update README to match new webhook UI. (b85ad15)
cig_noreply at geodynamics.org
cig_noreply at geodynamics.org
Wed Jun 4 12:49:49 PDT 2014
Repository : https://github.com/geodynamics/relax
On branch : master
Link : https://github.com/geodynamics/relax/compare/f824f9365a21ba8760de2e40f714706247f2a84e...5dc0660d5364cadb5bdb50a243c0bbbcfedad4e9
>---------------------------------------------------------------
commit b85ad159161e5429d660dcfdbbc39a6a81cd3bea
Author: Matthias Vallentin <vallentin at icir.org>
Date: Tue Apr 29 21:51:51 2014 -0700
Update README to match new webhook UI.
>---------------------------------------------------------------
b85ad159161e5429d660dcfdbbc39a6a81cd3bea
README.md | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index ea44efb..04f4928 100644
--- a/README.md
+++ b/README.md
@@ -21,20 +21,20 @@ Installation
------------
1. `cp gitdub /path/to/dir/in/$PATH`
- 2. `cp config.yml.example config.yml`
- 3. `gitdub config.yml`
+ 1. `cp config.yml.example config.yml`
+ 1. `gitdub config.yml`
Integration with github
-----------------------
1. Navigate to a repository you own, e.g., `https://github.com/user/repo`
- 2. Click on *Settings* on the top-right corner
- 3. Click on *Service Hooks* in the left sidebar
- 4. Select the first service *WebHook URLs*
- 5. Enter the URL to reach gitdub, e.g., `http://gitdub.mydomain.com:8888/`
- 6. Click *Update Settings* to save your changes
- 7. Click again on *WebHook URLs*
- 6. Click *Test Hook* to let github initialize your repository
+ 1. Click on *Settings* in the right sidebar
+ 1. Click on *Webhooks & Services* in the left sidebar
+ 1. Click on *Add Webhook*
+ 1. Enter the URL to reach gitdub, e.g., `http://gitdub.mydomain.com:8888/`
+ 1. Make sure to use the payload version `application/vnd.github.v3+form`
+ 1. Select the radio button *Just the `push` event*
+ 1. Click on the green *Add Webhook* button
Customizing
===========
More information about the CIG-COMMITS
mailing list