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

33 lines
1.2 KiB
Markdown
Raw Normal View History

---
title: Quickstart
2019-07-15 18:48:49 +02:00
description: Do a quick test drive of Ocean Protocol components or interact with the network by using Jupyter notebooks.
---
2019-07-15 18:48:49 +02:00
## 🐳 Developers: Barge
2019-07-15 18:48:49 +02:00
Developers can run and try every [Ocean software component](/concepts/components/) on their local machine, all at once, using Docker Compose. Ocean Protocol software developers do this often, to test their code against all the other Ocean components.
```bash
git clone https://github.com/oceanprotocol/barge.git
cd barge/
./start_ocean.sh
```
Seeing the dolphin means it's working:
2019-07-15 18:48:49 +02:00
![Output of start_ocean.sh](images/dolphin.png)
2019-07-15 18:48:49 +02:00
Once everything is up and running, you can interact with the components. E.g. once [Pleuston](/concepts/components/#pleuston) is running, you can interact with it at:
2019-07-15 18:48:49 +02:00
- [http://localhost:3000/](http://localhost:3000/)
2019-07-15 18:48:49 +02:00
For the details of what components are running, see the [`barge` repository](https://github.com/oceanprotocol/barge).
2019-07-15 18:48:49 +02:00
<repo name="barge"></repo>
2019-07-15 18:48:49 +02:00
## 👩‍🔬 Data Science: Jupyter notebooks
2019-07-15 18:48:49 +02:00
You can try some free, online Jupyter notebooks that connect to a live Ocean test network.
- [Tutorial: Jupyter Notebooks](/tutorials/jupyter-notebooks/)