diff --git a/docs/cudos-intercloud/usage/via-user-interface/creating-a-virtual-machine.md b/docs/cudos-intercloud/usage/via-user-interface/creating-a-virtual-machine.md index 3a6f008..d77ce46 100644 --- a/docs/cudos-intercloud/usage/via-user-interface/creating-a-virtual-machine.md +++ b/docs/cudos-intercloud/usage/via-user-interface/creating-a-virtual-machine.md @@ -5,10 +5,18 @@ id: creating-a-virtual-machine # Creating a Virtual Machine -Also in the top right corner, you’ll find the menu. To start creating a machine, hit the create machine button. You’ll be taken to the page below. +To create a virtual machine click the **create machine** button on the menu. You will be taken to the page below. ![cic-create-vm](@site/static/img/cic-create-vm.png) -On this page you’ll be met with a variety of options that allow you to configure your machine’s specifications as you see fit. +On this page you will be met with a variety of options that allow you to configure your machine’s specifications as needed. + +You can choose these properties of your virtual machine: + +- Operating System Distribution and Version: this is the operating system that will be pre-installed on your virtual machine. +- Region: this is the region in which your virtual machine will be deployed. +- Machine: this is the specification of CPUs, RAM, GPUs, Storage of your virtual machine. Each specification configuration has a cost per hour which allows you to estimate the cost of running your virtual machine. + +:::info Each step has an **(i)** icon which you can hover over for more information. diff --git a/docs/cudos-intercloud/usage/via-user-interface/signing-in.md b/docs/cudos-intercloud/usage/via-user-interface/signing-in.md index 1e9b197..a738e43 100644 --- a/docs/cudos-intercloud/usage/via-user-interface/signing-in.md +++ b/docs/cudos-intercloud/usage/via-user-interface/signing-in.md @@ -5,11 +5,20 @@ id: signing-in # Signing In -When first visiting the [CUDOS Intercloud homepage](https://intercloud.cudos.org/), you’ll be greeted by a landing page. This page sets out what we’re seeking to achieve and is also your gateway to the dApp. Take a second to familiarise yourself if you haven’t already. Also, of note is the Survey link at the bottom of the page. We would really appreciate it if you sent us some feedback! +The [CUDOS Intercloud homepage](https://intercloud.cudos.org/)'s landing page sets out to explains more about the CUDOS Intercloud, as well as its features, it is also your gateway to the dApp. Take a second to familiarise yourself if you haven’t already. Also, of note is the Survey link at the bottom of the page. We would really appreciate it if you sent us some feedback! -In the top right corner, you’ll find a ‘Log in’ button. Click this and hit ‘Keplr’. +## To Sign in: + +1. In the top right corner, you’ll find a **Log in** button, click this button to log in. +2. You will then be prompted, via a modal, to verify your blockchain identity by connecting with your Keplr wallet, proceed by clicking on **Keplr**. +3. A window will then pop up prompting you to add the **CUDOS** chain address (blockchain network) to your Keplr wallet. Click on the **Approve** button to proceed. + +![keplr wallet window to add CUDOS to Keplr](@site/static/img/intercloud-add-CUDOS-to-keplr.png) + + +4. A second window will pop-up prompting you to prove ownership and verify that you are trying to connect to CUDOS Intercloud. You will need to **Approve** this as well. + +![keplr wallet window asking to prove ownership](@site/static/img/intercloud-prove-ownership-keplr.png) -A window will then pop up prompting you to add the CudosNetwork chain address to your Keplr Wallet, and another one to prove ownership and verify you are trying to connect to CUDOS Intercloud. -Please accept both. With that, you’re all set up and ready to make some machines! \ No newline at end of file diff --git a/static/img/intercloud-add-CUDOS-to-keplr.png b/static/img/intercloud-add-CUDOS-to-keplr.png new file mode 100644 index 0000000..ba95971 Binary files /dev/null and b/static/img/intercloud-add-CUDOS-to-keplr.png differ diff --git a/static/img/intercloud-prove-ownership-keplr.png b/static/img/intercloud-prove-ownership-keplr.png new file mode 100644 index 0000000..838b0c4 Binary files /dev/null and b/static/img/intercloud-prove-ownership-keplr.png differ