Project

Profile

Help

Provisioning Test Machine from Cloud » History » Sprint/Milestone 1

kersom, 08/04/2017 07:59 PM

1 1 kersom
# Provisioning Test Machine from Cloud
2
3
In this example it will be used https://www.digitalocean.com/ as cloud provider. Feel free to use any cloud provider that you want to.
4
5
## Few steps to have a machine up and running.
6
7
1.  Create an account in a cloud provider, such as : https://www.digitalocean.com/
8
2.  Login, then click create droplet.
9
3.  Select a distro, fedora25_x64.  
10
    ![](Select_Distr.png)
11
4.  Choose a size. For test purposes the basic is good enough.
12
5.  Choose a datacenter region. Default is ok.
13
6.  Change the name of droplet, droplet is just the name of your machine.  
14
    ![](Change_the_name.png)
15
16
<!-- end list -->
17
18
1.  Click Create! And you will receive an email with root password and IP.
19
20
## There are few options to access the previous created machine
21
22
1.  Easiest one launch the console, and use the credentials received via email.  
23
    ![](Access_Console.png)
24
25
<!-- end list -->
26
27
1.  This will bring the terminal.  
28
    ![](terminal.png)
29
30
<!-- end list -->
31
32
1.  Or use SSH  
33
    https://www.digitalocean.com/community/tutorials/how-to-connect-to-your-droplet-with-ssh