From ac477bfa1f0ea4cec4ec3205f3062e6eef746a4a Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 26 Jul 2022 10:57:41 +0200 Subject: [PATCH] Update building-with-ocean/deploying-components/setup-server.md Co-authored-by: Jamie Hewitt --- building-with-ocean/deploying-components/setup-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/building-with-ocean/deploying-components/setup-server.md b/building-with-ocean/deploying-components/setup-server.md index 7f98bd9a..8ca1a9ff 100644 --- a/building-with-ocean/deploying-components/setup-server.md +++ b/building-with-ocean/deploying-components/setup-server.md @@ -38,7 +38,7 @@ Finalize the parameters for the server, click on `Create Droplet.` After the ser ![Click Launch Droplet Console](<../../.gitbook/assets/image (9).png>) -A window will open with a terminal session. Now, the required infrastructure is ready for hosting Aquarius. Let's install docker and docker-compose on the server. Follow the installation guide [here](https://docs.docker.com/engine/install/ubuntu/). +A window will open with a terminal session. Now, the required infrastructure is ready for hosting Aquarius, Provider or the Subgraph. Let's install docker and docker-compose on the server. Follow the installation guide [here](https://docs.docker.com/engine/install/ubuntu/). The below commands shows the commands executed by following the guide.