Skip to content

In READMES, barge start_ocean.sh allows many unneeded components to start #85

Closed
@trentmc

Description

Background

In e.g. READMEs/barge.md, it says to start barge via: ./start_ocean.sh --predictoor --with-thegraph

But this allows aquarius and more to start, since they start by default unless specified otherwise. It takes longer to start up, especially because aquarius etc docker images typically need to get downloaded.

Towards a solution

The github workflow CI for pytest gets it right: start_ocean.sh --no-aquarius --no-elasticsearch --no-provider --no-dashboard --with-thegraph --predictoor

TODOs

In all READMEs that start barge, change to include --no-aquarius etc.

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions