Improved README and Docs
This commit is contained in:
parent
3176111c91
commit
23aa5d7cc7
4 changed files with 27 additions and 15 deletions
|
|
@ -27,6 +27,8 @@ Using PHP Censor
|
|||
Plugins
|
||||
-------
|
||||
|
||||
### Internal plugins
|
||||
|
||||
* [Atoum](plugins/atoum.md) - `atoum`
|
||||
* [Behat](plugins/behat.md) - `behat`
|
||||
* [Campfire](plugins/campfire.md) - `campfire`
|
||||
|
|
@ -61,3 +63,7 @@ Plugins
|
|||
* [Slack](plugins/slack_notify.md) - `slack_notify`
|
||||
* [Technical Debt](plugins/technical_dept.md) - `technical_debt`
|
||||
* [XMPP](plugins/xmpp.md) - `xmpp`
|
||||
|
||||
### Third-party plugins
|
||||
|
||||
* [Telegram](https://github.com/LEXASOFT/PHP-Censor-Telegram-Plugin) - Telegram plugin by [@LEXASOFT](https://github.com/LEXASOFT)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
Automatically building commits pushed to GitHub
|
||||
===============================================
|
||||
|
||||
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:
|
||||
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 PHP Censor.
|
||||
2. Click on your GitHub project.
|
||||
|
|
@ -11,4 +12,5 @@ If you would like your builds to run automatically whenever there is a commit or
|
|||
6. Click on "Webhooks & Services".
|
||||
7. Add your web hook link you copied above, and specify when you would like it to run.
|
||||
8. Add the public key for the project in PHP Censor to the deploy keys for the repository on GitHub.
|
||||
9. Verify that the initial test delivery was successful. If not, make sure that your PHP Censor machine is reachable from the internet.
|
||||
9. Verify that the initial test delivery was successful. If not, make sure that your PHP Censor machine is reachable
|
||||
from the internet.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue