Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you'd like Github makes a great place to host your code on GitHub, here are some tips to make your life easier.code. There are a few things to remember:

  1. Always use the "raw" URL when registering the ruleset
  2. You have to flush the cache on the rules engine when you update. 
The second can be automated by using a Github service hook as shown below. 

Flushing

When your ruleset changes, you need alert KRE that there is a new version available. This is easily done with Github's webhooks support.

...