From 5f7e9054a0e1b6492b8d0ee4c965e7d0b57226c6 Mon Sep 17 00:00:00 2001 From: Javier Cortejoso Date: Wed, 27 Feb 2019 17:11:13 +0100 Subject: [PATCH] Updated readme with --elasticsearch --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b67a527..00411e5 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ Option | Description `--no-aquarius` | Start up Ocean without the `aquarius` Building Block. `--no-brizo` | Start up Ocean without the `brizo` Building Block. `--no-secret-store` | Start up Ocean without the `secret-store` Building Block. +`--elasticsearch` | Start up Ocean with ElasticSearch as DB engine for Aquarius instead of MongoDB. `--local-ganache-node` | Runs a local `ganache` node. `--local-spree-node` | Runs a node of the local `spree` network. `--local-nile-node` | Runs a node of the `nile` network and connects the node to the `nile` network. @@ -98,7 +99,8 @@ Hostname | External Port | Internal Url | Local Url | Des ### Aquarius -By default it will start two containers. This Building Block can be disabled by setting the `--no-aquarius` flag. +By default it will start two containers (one for aquarius and one for its database engine). By default Barge will use MongoDB as DB Engine. You can use option `--elasticsearch` to use ElasticSearch intead. +This Building Block can be disabled by setting the `--no-aquarius` flag. Hostname | External Port | Internal Url | Local Url | Description -----------|---------------|----------------------|-----------------------|--------------