1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Bring back option 2 but add initial warning

This commit is contained in:
Troy McConaghy 2019-03-05 11:57:27 +01:00
parent 294104a614
commit df506b3a68

View File

@ -9,8 +9,24 @@ You can [try some free, online Jupyter notebooks](/tutorials/jupyter-notebooks/)
## Option 2
**WARNING: This option is more for developers who don't mind some things not working together as expected (if at all). Eventually there will be a default-working version, but that doesn't exist yet.**
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.
The Docker Compose filesand instructions to use themare in [the Barge repository on GitHub](https://github.com/oceanprotocol/barge).
```bash
git clone https://github.com/oceanprotocol/barge.git
cd barge/
./start_ocean.sh --latest
```
Seeing the dolphin means it's working:
![start_ocean.sh](images/dolphin.png)
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/)
For the details of what components are running, see the [Ocean Protocol barge repository](https://github.com/oceanprotocol/barge).
<repo name="barge"></repo>