1
0
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:
Sebastian Gerske 2018-08-10 12:34:16 +02:00
parent e685a8bbda
commit 50299049ae
3 changed files with 0 additions and 28 deletions

View File

@ -1 +0,0 @@
# Instructions to run an Ocean-Agent node using Docker compose

View File

@ -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
```

View File

@ -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