From efbdab98ad6bfa49c18abc5f87c0b6dda4013eb7 Mon Sep 17 00:00:00 2001 From: Florian Haas Date: Fri, 28 Jun 2024 13:39:26 +0200 Subject: [PATCH] docs: Update README to mention Tutor plugin The README was still recommending deployment with the edx-configuration Ansible playbooks, which is of course long obsolete. Update the README to refer to the Tutor plugin instead. --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4ae6111..52b1f9a 100644 --- a/README.md +++ b/README.md @@ -83,12 +83,11 @@ service can communicate with Open edX. The easiest way for platform administrators to deploy the edX Webhooks app and its dependencies to an Open edX installation is to deploy a -minimal server that exposes the desired endpoint(s), using the -`edx-configuration` Ansible playbooks. A [fork of -`edx-configuration`](https://github.com/hastexo/edx-configuration/tree/hastexo/juniper/webhook-receiver) -exists that defines [a `webhook_receiver` -role](https://github.com/hastexo/edx-configuration/tree/hastexo/juniper/webhook-receiver/playbooks/roles/webhook_receiver) -which you can add to your playbook. +minimal server that exposes the desired endpoint(s). + +A [Tutor plugin](https://github.com/hastexo/tutor-contrib-webhook-receiver) +exists to facilitate this, for Open edX platforms managed by +[Tutor](https://docs.tutor.edly.io/). ## Webhook Sender Configuration Requirements