Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Alban Perillat-Merceroz committed Dec 4, 2015
1 parent 4c5b816 commit fd00e29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ It can execute any script you want on your server: deployment, testing, etc.
* **For GitHub**: Set your post-receive hook as described [here](https://help.github.com/articles/post-receive-hooks) with the url `http://yourserver.com:61440/github`
* **For Bitbucket**: Set your post-receive hook as described [here](https://confluence.atlassian.com/display/BITBUCKET/POST+hook+management) with the url `http://yourserver.com:61440/bitbucket`
* **For Contentful**: Set your webhook in your Settings > Webhooks with the url `http://yourserver.com:61440/contentful`
* Add execution permission on scripts
`chmod +x bitbucket.sh contentful.sh github.sh`
* Run the app
`WWW_PORT=61440 node index.js`
`WWW_PORT=61440 node src/index.js`

[![Build Status](https://travis-ci.org/A21z/node-cd.svg)](https://travis-ci.org/A21z/node-cd)

0 comments on commit fd00e29

Please sign in to comment.