mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-12-02 05:57:21 +01:00
Merge pull request #86 from oceanprotocol/update-readme-for-barge
Updated README.md now that the repo is named barge
This commit is contained in:
commit
f86ad200f5
13
README.md
13
README.md
@ -1,9 +1,8 @@
|
|||||||
[![banner](https://raw.githubusercontent.com/oceanprotocol/art/master/github/repo-banner%402x.png)](https://oceanprotocol.com)
|
[![banner](https://raw.githubusercontent.com/oceanprotocol/art/master/github/repo-banner%402x.png)](https://oceanprotocol.com)
|
||||||
|
|
||||||
<h1 align="center">docker-images</h1>
|
<h1 align="center">barge</h1>
|
||||||
|
|
||||||
> 🐳 Docker images and Compose for the full Ocean Protocol Network stack.
|
🐳 Docker Compose files for the full Ocean Protocol stack. It's called "barge" because barges carry containers on the water.
|
||||||
> [oceanprotocol.com](https://oceanprotocol.com)
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -31,7 +30,7 @@
|
|||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
You need to have the newest versions available of both:
|
You need to have the newest versions of:
|
||||||
|
|
||||||
* [Docker](https://www.docker.com/get-started)
|
* [Docker](https://www.docker.com/get-started)
|
||||||
* [Docker Compose](https://docs.docker.com/compose/)
|
* [Docker Compose](https://docs.docker.com/compose/)
|
||||||
@ -41,11 +40,11 @@ You need to have the newest versions available of both:
|
|||||||
|
|
||||||
## Get Started
|
## Get Started
|
||||||
|
|
||||||
Then bring up an instance of the whole Ocean Protocol network stack with the `./start_ocean.sh` script:
|
Bring up an instance of the whole Ocean Protocol network stack with the `./start_ocean.sh` script:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone git@github.com:oceanprotocol/docker-images.git
|
git clone git@github.com:oceanprotocol/barge.git
|
||||||
cd docker-images/
|
cd barge
|
||||||
|
|
||||||
./start_ocean.sh
|
./start_ocean.sh
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user