mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-02 00:05:35 +01:00
rm homepage quickstart & fix Quickstart page
This commit is contained in:
parent
3d437aca38
commit
8dde335419
@ -3,7 +3,11 @@ 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:
|
||||
You can run and try every [Ocean software component](/concepts/components/) in your local machine, all at once, using Docker Compose.
|
||||
|
||||
First, you must [set up some storage on Azure](/tutorials/azure-for-brizo/). (Yes, we know that's not quick. Some day there will be a local storage option and then this really will be quick.)
|
||||
|
||||
Then:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/oceanprotocol/barge.git
|
||||
@ -20,8 +24,6 @@ Once everything is up and running, you can interact with the components. For exa
|
||||
|
||||
[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.
|
||||
|
||||
For the details of what components are running, see the [Ocean Protocol barge repository](https://github.com/oceanprotocol/barge).
|
||||
|
||||
<repo name="barge"></repo>
|
||||
|
@ -32,7 +32,7 @@ const Repositories = () => (
|
||||
|
||||
return (
|
||||
<div className={styles.repositories}>
|
||||
<QuickRun name="barge" />
|
||||
{/* <QuickRun name="barge" /> */}
|
||||
|
||||
<header>
|
||||
<h1 className={styles.repositoriesTitle}>
|
||||
|
Loading…
Reference in New Issue
Block a user