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

Merge pull request #156 from oceanprotocol/revise-quickstart-page-for-now

Point Quickstart option 2 to Barge repo for now
This commit is contained in:
Troy McConaghy 2019-03-06 10:53:30 +01:00 committed by GitHub
commit eaff0c15d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,16 +9,13 @@ You can [try some free, online Jupyter notebooks](/tutorials/jupyter-notebooks/)
## Option 2 ## Option 2
You can run and try every [Ocean software component](/concepts/components/) in your local machine, all at once, using Docker Compose. **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.**
First, you must [set up some storage on Azure](/tutorials/azure-for-brizo/). (Yes, we know that's not quick. We're working on making a quicker option.) 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.
Then:
```bash ```bash
git clone https://github.com/oceanprotocol/barge.git git clone https://github.com/oceanprotocol/barge.git
cd barge/ cd barge/
./start_ocean.sh --latest ./start_ocean.sh --latest
``` ```