Update ceremony.md

This commit is contained in:
phahulin 2017-07-04 16:52:21 +03:00 committed by GitHub
parent c07c445b61
commit 75c2d3d0b0
1 changed files with 11 additions and 3 deletions

View File

@ -28,8 +28,16 @@ ssh-keygen -t rsa
## 5. Virtual machine setup.
This is the final step, on which you will create azure virtual machine from a template by filling in a number of fields with data obtained on previous steps. After virtual machine deployment is complete, it will automatically join the Oracles-PoA network and all corresponding activities (voting, payout) will become available to you.
1. Hold <kbd>cmd ⌘</kbd> (on Mac OS X) or <kbd>CTRL</kbd> (on Windows PC) and click on the "Deploy to Azure" button below. This will launch the template wizard in a separate browser tab (alternatively, you can right-click on the button and select "Open in New Tab")
1. Hold <kbd>cmd ⌘</kbd> (on Mac OS X) or <kbd>CTRL</kbd> (on Windows PC) and click on the "Deploy to Azure" button below. This will open a separate browser tab, lead you to azure portal and launch "Custom deployment" wizard (alternatively, you can right-click on the button and select "Open in New Tab")
[![Deploy to Azure](http://azuredeploy.net/deploybutton.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Foraclesorg%2Ftest-templates%2Fmaster%2FTestTestNet%2Fmining-node%2Ftemplate.json)
2.
2. You should see a window similar to this
![wizard-1a](https://github.com/oraclesorg/test-templates/blob/master/Ceremony/deploy_wizard1a.png?raw=true)
Double check address bar that you are connected to `https://portal.azure.com` and that "Secure" sign is present.
3. Select the azure subsciption you want to use.
4. Click to "Create new" Resource group and input a name for the resource group. This name will be displayed on your azure portal dashboard, it will not be used in the Oracles-PoA network, so choose a name that would make it clear _to you_ what this resource group represents. However, Azure imposes certain restrictions on a resource group `name`: it can only include upper case and lower case latin letters, numbers (e.g. _a_, _B_, _Z_, _5_, ...), periods, underscores, hyphens and parenthesis, cannot contain spaces (` `) and cannot end in a period. An example of a correct `name` is "oracles-poa". After you've typed in the name in the input, make sure a green check mark ✓ appears on the right.
5.