Develop guide md update

This commit is contained in:
Einar Lanfranco
2021-03-23 13:05:21 -03:00
parent 612bbb53e6
commit 5f1e2c8f1c

View File

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