X-Git-Url: https://pwan.org/git/?p=margebot.git;a=blobdiff_plain;f=README.md;h=838c97f72a2b002741a65888e36aa88d93649b38;hp=fa3a9d98aebc1a8a906c5361acad5f356d868118;hb=HEAD;hpb=ea189b9619448d87c2333bed0559a166d6f53193 diff --git a/README.md b/README.md index fa3a9d9..838c97f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ Marge: I remind you about outstanding Gitlab merge requests -Use: +Development Notes: -* In Gitlab: - * For each repo you want Margebot to watch, add a Merge Request triggered webhook in the form https://your.webhook.host/margebot/room1,room2 for haing Mrbebot send reminders to rooms room1 and room2. -* In Errbot: - * Update CHATROOM\_PRESENCE list in config.py so Margebot joins all the rooms you want it to join. + > python3 -m venv ./env + > source ./env/bin/activate + > python setup.py develop + > python setup.py test +Deployment Notes: + +- Errbot plugs aren't distributed as eggs. Instead copy the contents of the plugin directory to a 'Marge' directory under your Errnbot plugins directory.