2018-11-15 14:11:22 +01:00
---
title: Quickstart
description: Do a quick test drive.
---
2019-01-21 14:12:21 +01:00
## Option 1
You can [try some free, online Jupyter notebooks ](/tutorials/jupyter-notebooks/ ) that connect to a live Ocean test network.
## Option 2
2019-03-01 11:11:01 +01:00
You can run and try every [Ocean software component ](/concepts/components/ ) in your 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.
2019-01-21 12:40:31 +01:00
2019-03-05 11:57:27 +01:00
```bash
git clone https://github.com/oceanprotocol/barge.git
cd barge/
2019-04-05 13:31:27 +02:00
./start_ocean.sh
2019-03-05 11:57:27 +01:00
```
Seeing the dolphin means it's working:
![start_ocean.sh ](images/dolphin.png )
2019-04-05 13:31:27 +02:00
Once everything is up and running, you can interact with the components. For example, to see the Aquarius API docs, go to:
[http://localhost:5000/api/v1/docs ](http://localhost:5000/api/v1/docs )
Once Pleuston is running, you can interact with it at:
2019-03-05 11:57:27 +01:00
[http://localhost:3000/ ](http://localhost:3000/ )
For the details of what components are running, see the [Ocean Protocol barge repository ](https://github.com/oceanprotocol/barge ).
2018-11-15 14:11:22 +01:00
2018-12-17 17:18:29 +01:00
< repo name = "barge" > < / repo >