diff --git a/content/setup/quickstart.md b/content/setup/quickstart.md index a23a15c6..7e545d3a 100644 --- a/content/setup/quickstart.md +++ b/content/setup/quickstart.md @@ -6,8 +6,8 @@ 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: ```bash -git clone https://github.com/oceanprotocol/docker-images.git -cd docker-images/ +git clone https://github.com/oceanprotocol/barge.git +cd barge/ ./start_ocean.sh --latest ``` @@ -22,6 +22,6 @@ Once everything is up and running, you can interact with the components. For exa 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 docker-images repository](https://github.com/oceanprotocol/docker-images). +For the details of what components are running, see the [Ocean Protocol barge repository](https://github.com/oceanprotocol/barge). - + diff --git a/content/test.md b/content/test.md index 728e8307..7310eaef 100644 --- a/content/test.md +++ b/content/test.md @@ -130,8 +130,8 @@ Inline `code` has `back-ticks around` it. Blocks of code are either fenced by lines with three back-ticks, or are indented with four spaces. I recommend only using the fenced code blocks -- they're easier and only they support syntax highlighting. ```bash -git clone https://github.com/oceanprotocol/docker-images.git -cd docker-images/ +git clone https://github.com/oceanprotocol/barge.git +cd barge/ ./start_ocean.sh --latest ``` diff --git a/content/tutorials/get-ether-and-ocean-tokens.md b/content/tutorials/get-ether-and-ocean-tokens.md index 423bd2f2..f4015bb7 100644 --- a/content/tutorials/get-ether-and-ocean-tokens.md +++ b/content/tutorials/get-ether-and-ocean-tokens.md @@ -34,7 +34,7 @@ If you're running a local Ganache-based testnet, then it creates several account ### Get Ether for a Local Parity-Ethereum-Based Testnet -If you're running a local Parity-Ethereum-based testnet based on [docker-images](https://github.com/oceanprotocol/docker-images), then you can send some Ether to `` using the command: +If you're running a local Parity-Ethereum-based testnet based on [barge](https://github.com/oceanprotocol/barge), then you can send some Ether to `` using the command: ```bash curl --data '{"jsonrpc":"2.0","method":"personal_sendTransaction","params":[{"from":"0x00Bd138aBD70e2F00903268F3Db08f2D25677C9e","to":"","value":"0x7FFFFFFFFFFFFFFFFFF"}, "node0"],"id":0}' -H "Content-Type: application/json" -X POST localhost:8545 @@ -46,6 +46,6 @@ That command uses [Ethereum's JSON RPC API](https://wiki.parity.io/JSONRPC.html) One way to get some Ocean Tokens, for the network you're connected to, is by running Pleuston (a demo Ocean marketplace web app) and then clicking in the top right corner of the Pleuston user interface. If you see "Make it rain" then click that. -Running Pleuston, along with all the software it needs to work, is beyond the scope of this tutorial. If you want to do _that_, then the current best option is to use the scripts and Docker Compose files in the [🐳 docker-images repository](https://github.com/oceanprotocol/docker-images). +Running Pleuston, along with all the software it needs to work, is beyond the scope of this tutorial. If you want to do _that_, then the current best option is to use the scripts and Docker Compose files in the [🐳 barge repository](https://github.com/oceanprotocol/barge). - + diff --git a/content/tutorials/react-setup.md b/content/tutorials/react-setup.md index c7e9def3..dc5e8f8f 100644 --- a/content/tutorials/react-setup.md +++ b/content/tutorials/react-setup.md @@ -9,7 +9,7 @@ description: This tutorial shows how you can build a basic [React](https://react - `npm` >= 5.2 is installed. You can check using `npm -v` - Do the tutorial to [Set Up Azure Storage](/tutorials/azure-for-brizo/). - Use a browser with [MetaMask](https://metamask.io/) and some Ether in your account. See the tutorial about [getting Ether and Ocean Tokens for testnets](/tutorials/get-ether-and-ocean-tokens/). -- Git clone the [oceanprotocol/docker-images](https://github.com/oceanprotocol/docker-images) repository, then in that directory: +- Git clone the [oceanprotocol/barge](https://github.com/oceanprotocol/barge) repository, then in that directory: - Edit the `brizo.env` file and set all `AZURE_`... values. - Run `./start_ocean.sh --no-pleuston --local-kovan-node`. This runs several Ocean services locally, including a local Parity Ethereum node connected to the Kovan Testnet. diff --git a/src/components/Repositories/QuickRun.jsx b/src/components/Repositories/QuickRun.jsx index 5d651bc7..93cbc8f3 100644 --- a/src/components/Repositories/QuickRun.jsx +++ b/src/components/Repositories/QuickRun.jsx @@ -19,9 +19,9 @@ const QuickRun = ({ name }) => (
                 
                     git clone
-                    https://github.com/oceanprotocol/docker-images.git
+                    https://github.com/oceanprotocol/barge.git
                     
- cd docker-images/ + cd barge/

./start_ocean.sh --latest diff --git a/src/components/Repositories/index.jsx b/src/components/Repositories/index.jsx index bd60c7a8..d52881d5 100644 --- a/src/components/Repositories/index.jsx +++ b/src/components/Repositories/index.jsx @@ -32,7 +32,7 @@ const Repositories = () => ( return (
- +