1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-12-02 05:57:21 +01:00
barge/ocean-db/README.md

19 lines
319 B
Markdown
Raw Normal View History

2018-04-26 18:38:23 +02:00
# 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
```