added reuse-database to readme and added log to start ocean

This commit is contained in:
Sebastian Gerske 2018-10-11 14:33:30 +02:00
parent 0966ac5ddc
commit 70fbca857d
2 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,7 @@ Option | Description
`--latest` | Get the `latest` versions of all components, referring to their `develop` branches.
`--no-pleuston` | Start up Ocean without an instance of `pleuston`. Helpful for development on `pleuston`.
`--local-parity-node` | Runs a local parity POA node instead of ganache-cli.
`--reuse-database` | Start up Ocean and reuse the Database from ganache. Helpful for development.
## Ocean Protocol components

View File

@ -40,6 +40,7 @@ while :; do
;;
--reuse-database)
export REUSE_DATABASE="true"
printf $COLOR_Y'Starting and reusing the database ...\n\n'$COLOR_RESET
;;
--no-pleuston)
COMPOSE_FILE='docker-compose-no-pleuston.yml'