Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1 KB

README.md

File metadata and controls

33 lines (18 loc) · 1 KB

SpamScope

spamscope-docker-compose is an example of Docker Compose with SpamScope and Elasticsearch.

SpamScope is an Advanced Spam Analyzer. For more details visit GitHub project.

Usage

To use spamscope-docker-compose you should change .env file with your configuration and the start all services:

$ sudo docker-compose up -d

Then you must submit elasticsearch topology:

$ sudo docker-compose exec spamscope spamscope-topology submit -g spamscope_elasticsearch 

Please check spamscope-topology submit -h for more details.

⚠️ Important ⚠️

Remember to follow these instructions before start all docker containers.

Apache Storm settings

For more details go to SpamScope project.