0

I would like to add an integration for a privately hosted rhodecode server into slack. There are numerous tutorials on how to do this while using rhodecode enterprise but we aren't using the enterprise version. How can I do this?

Christo S. Christov
  • 2,268
  • 3
  • 32
  • 57

1 Answers1

1

You can install rcextensions, and just enable slack plugin there. It posts messages to given channel about pushed commits, also there's a slack plugin that could be configured to notify about open/closed/merged pull requests.

You can drop us an email to support@rhodecode.com to help you configure the slack integration.

marcinkuzminski
  • 1,751
  • 14
  • 11
  • in 4.4.X there is a ootb slack integration that allows to simply add your channel and the incoming-webhook url, and then it just works :) – marcinkuzminski Oct 07 '16 at 09:15