mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 17:50:13 +01:00
added reuse-database to readme and added log to start ocean
This commit is contained in:
parent
0966ac5ddc
commit
70fbca857d
@ -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
|
||||
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user