mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-12-02 05:57:21 +01:00
deleted old stuff
This commit is contained in:
parent
e685a8bbda
commit
50299049ae
@ -1 +0,0 @@
|
||||
# Instructions to run an Ocean-Agent node using Docker compose
|
@ -1,18 +0,0 @@
|
||||
# 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
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,9 +0,0 @@
|
||||
#!/bin/sh -x
|
||||
|
||||
curl -L https://github.com/bigchaindb/bigchaindb/archive/master.zip -o bigchaindb.zip
|
||||
#unzip bigchaindb.zip -d . && mv bigchaindb-master/* . && rm -rf bigchaindb-master bigchaindb.zip
|
||||
unzip bigchaindb.zip -d . && cd bigchaindb-master
|
||||
docker-compose build bigchaindb
|
||||
cd ..
|
||||
rm -rf bigchaindb-master bigchaindb.zip
|
||||
|
Loading…
Reference in New Issue
Block a user