mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-12-02 05:57:21 +01:00
19 lines
319 B
Markdown
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
|
||
|
```
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|