1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-02 16:25:37 +01:00
docs/content/setup/quickstart.md

28 lines
856 B
Markdown
Raw Normal View History

---
title: Quickstart
description: Do a quick test drive.
---
You can run and try every [Ocean software component](/concepts/components/) in your local machine, all at once, using Docker Compose:
```bash
2018-12-17 17:18:29 +01:00
git clone https://github.com/oceanprotocol/barge.git
cd barge/
./start_ocean.sh --latest
```
2018-11-16 16:57:24 +01:00
Seeing the dolphin means it's working:
![start_ocean.sh](images/dolphin.png)
2018-11-23 12:56:12 +01:00
Once everything is up and running, you can interact with the components. For example, to interact with Pleuston, go to:
[http://localhost:3000/](http://localhost:3000/)
Note that everything is running on your local machine, including a local Ethereum node, and it's not connected to any external Ethereum network.
2018-12-17 17:18:29 +01:00
For the details of what components are running, see the [Ocean Protocol barge repository](https://github.com/oceanprotocol/barge).
2018-12-17 17:18:29 +01:00
<repo name="barge"></repo>