diff --git a/site/how-it-works.md b/site/how-it-works.md index 47d6ab84c..4d54f6fba 100644 --- a/site/how-it-works.md +++ b/site/how-it-works.md @@ -70,12 +70,9 @@ Scope can also be used to feed reports to Weave Cloud. With Weave Cloud, you can To register with the service, go to [https://cloud.weave.works](https://cloud.weave.works), enter your email address and wait for the confirmation email that contains your service token. -![`Weave Cloud` Signup](images/weave-cloud-signup.png) +The cloud token is accessible from the Weave Cloud main page after you've logged in: - -The cloud token is also accessible from the Weave Cloud main page after you've logged in: - -![Weave Cloud Configure Your App](images/weave-cloud-main-page.png) +![Weave Cloud Token](images/weave-cloud-token.png) ##Disabling Automatic Updates diff --git a/site/installing.md b/site/installing.md index 20f77147f..f9f97f078 100644 --- a/site/installing.md +++ b/site/installing.md @@ -4,7 +4,7 @@ menu_order: 20 --- -Weave Scope consists of three parts: the probe, the app and the user interface. Scope can be deployed in either a standalone configuration, where you run everything yourself, or by using Weave Cloud. +Weave Scope consists of three parts: the probe, the app and the user interface. Scope can be deployed in either a standalone configuration, where you run everything yourself, or you can use Weave Cloud. Weave Cloud is the recommended option if: @@ -81,15 +81,9 @@ Suppose you have the following nodes in a cluster: 192.168.100.19 192.168.100.20 - Using the IP addresses, you will manually peer each node with all of the other nodes during Scope launch. - -**1. Run the following on each node:** -======= - - In the steps that follow, you will manually peer each node with all of the other nodes during Scope launch. + Using the above IP addresses, you will manually peer each node with all of the other nodes during Scope launch: **1. To begin run the following on each node:** ->>>>>>> Docs update with new version sudo curl -L git.io/scope -o /usr/local/bin/scope sudo chmod a+x /usr/local/bin/scope diff --git a/site/introducing.md b/site/introducing.md index 897efb98a..21bd3c8ff 100644 --- a/site/introducing.md +++ b/site/introducing.md @@ -12,7 +12,7 @@ To install Scope on your local Docker machine, run the following commands: sudo chmod a+x /usr/local/bin/scope scope launch -Scope can be used in standalone mode, where you deploy it locally onto your hosts, or you can use Weave Scope in Service Mode. Scope can be depoloyed to Kubernetes, DCOS and ECS cluster. See [Installing Weave Scope](/site/installing.md) for more information. +Scope can be used in standalone mode, where you deploy it locally onto your hosts, or you can use Weave Scope in [Weave Cloud](https://cloud.weave.works). Scope can be deployed to Kubernetes, DCOS and ECS clusters. See [Installing Weave Scope](/site/installing.md) for more information. ##Getting Microservices Under Control