From 5f1e2c8f1c0ee23374cb70f8ba8b6b5448d3e6d4 Mon Sep 17 00:00:00 2001 From: Einar Lanfranco Date: Tue, 23 Mar 2021 13:05:21 -0300 Subject: [PATCH] Develop guide md update --- DEVELOP-GUIDE.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/DEVELOP-GUIDE.md b/DEVELOP-GUIDE.md index 15f7038..1f57e5f 100644 --- a/DEVELOP-GUIDE.md +++ b/DEVELOP-GUIDE.md @@ -14,7 +14,6 @@ Just start coding or pull your bots repository in ,/mybots folder - ### How to install and look yours bots runnig @@ -24,7 +23,7 @@ Just run /opt/dev/update.sh in the container: When you do this: -* Yours BOTS files will be mixed with intelmq original BOTS +* Yours BOTS files will be mixed with intelmq original BOTS and the copied to runtime environment * Yours bots will be installed ### Additional environment variables @@ -33,3 +32,14 @@ Check options in docker-compose-dev.yml: * LOG_MAIL_* -> these variables add support for mail handler (to tell intelmq to notificate you errors using email) * ENABLE_BOTNET_AT_BOOT: true/false, to configure if bot has to start at docker boot or not. + + +## For deploy your already developed bots + +Just clone your bots git to ./mybots and run the container + +For example, using https://github.com/CERTUNLP/intelmq-bots: + +1. `git clone https://github.com/CERTUNLP/intelmq-bots mybots` +0. `docker-compose -f docker-compose-dev.yml up` +