1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-12-02 05:57:21 +01:00
barge/ocean-db/README.md
aitor@oceanprotocol.com 8d933ec72a Ocean DB script
2018-04-26 17:38:23 +01:00

19 lines
319 B
Markdown

# Instructions for running BDB using Docker Compose
* Install last versions of [Docker](https://docs.docker.com/install/) and [Docker Compose](https://github.com/docker/compose/releases)
* Install BDB and all the components
```bash
sh bdb-install.sh
```
* Start BDB compose
```bash
docker-compose up -d bdb
```