Skip to content

Commit

Permalink
Updated README and .env
Browse files Browse the repository at this point in the history
  • Loading branch information
fedelemantuano committed Dec 12, 2017
1 parent 918bddf commit 4e4c117
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
CLUSTER_NAME=spamscope-cluster
DOCKER_MAILS_FOLDER="/path/in/docker/container"
DOCKER_MAILS_FOLDER=/path/in/docker/container
ELASTIC_DATA=/usr/share/elasticsearch/data
ELASTIC_MEM_LIMIT=2g
ELK_BIND_IP=127.0.0.1
ELK_TAG=5.6.3
HEAP_SIZE=1024m
HOST_MAILS_FOLDER="/path/in/host"
HOST_SPAMSCOPE_CONF="/path/conf/in/host"
HOST_MAILS_FOLDER=/path/in/host
HOST_SPAMSCOPE_CONF=/path/conf/in/host
KIBANA_MEM_LIMIT=2g
NET_NAME=esnet
NODE_NAME=spamscope
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ $ sudo docker-compose exec spamscope spamscope-topology submit -g spamscope_elas
Please check `spamscope-topology submit -h` for more details.


## :warning: Important :warning:
Remember to follow [these instructions](https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html#docker-cli-run-prod-mode)
before start all docker containers.


## Apache Storm settings

For more details go to [SpamScope project](https://github.com/SpamScope/spamscope).

0 comments on commit 4e4c117

Please sign in to comment.