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` +