Statistics
| Branch: | Tag: | Revision:

root / cloudcms / tests / userdocs2 / source / userguide / cyclades.rst @ e4551231

History | View | Annotate | Download (3.3 kB)

1

2
.. _cyclades-user-guide:
3

    
4
Cyclades user guide
5
*******************
6

    
7
Welcome!
8
~~~~~~~~
9

    
10
In Cyclades, you can create your own virtual machines, manage them and connect them via private networks.
11
When you first enter the Cyclades homepage, the main menu bar will appear in front of your screen:
12
|image1_jpeg|
13

    
14

    
15
How to create a VM?
16
~~~~~~~~~~~~~~~~~~~~~~~~~~~
17

    
18
Initially, as in most important things, you have to press the big bright button! (|image7_png|)
19

    
20

    
21
**Step 1:**
22
Select the operating system you want for your VM
23

    
24
|image8_png|
25

    
26
You can choose between Windows 2008 Server Edition or different distributions of Linux (with or without a GUI).
27

    
28

    
29
**Step 2:**
30
Depending on the OS you have selected, ~okeanos has preselected some of the VM's characteristics.
31
If you want, you can change them now!
32

    
33
|image9_png|
34

    
35
You can select how many cores your processor will have, how many GB of RAM your system will boast , or the size of your disk drive.
36
Alternatively, you can simply choose the power scale of your VM, ie Small, Medium or Large.
37

    
38

    
39
**Step 3:**
40
Name your VM!
41

    
42
|image10_png|
43

    
44
At this point, you can name your VM and give it a role (MailServer, Proxy, etc.).
45
The above do not affect the VM you create. They merely help you with categorising your arsenal of VMs!
46

    
47
As for the ssh keys, they can be regarded as your "fingerprint", large alphanumeric sequences that allow you to access remote machines without ever having to enter your username/password.
48
More details about the process of creating these keys can be found in `How can I create SSH keys?`_.
49

    
50

    
51
**Step 4:**
52
Confirmation
53

    
54
|image11_png|
55

    
56
At this point you will see a summary of your choices. If everything seems fine to you, by clicking the "create machine" button, your order will be processed and your VM will be available in no time!
57
And of course, do not forget to save the password that will appear on your screen, since for security reasons there is absolutely no other way to retrieve it!
58

    
59
.. _cyclades-connection-guide:
60

    
61
How do I connect to a VM?
62
~~~~~~~~~~~~~~~~~~~~~~~~~
63

    
64
Now that you have created your machine, you can connect to it. We have created the following guides to help decompose the connecting process into a set of simple commmands and clicks-clicks, having the less computer savvy user in mind. Before we begin with the guides, we need to clarify some terms that might be new to an ~okeanos user, but are important to help choose what guide suits his/her needs:
65

    
66
* **Host machine** is the computer you are using in your home i.e. your laptop, your PC
67
* **Guest machine** is the target VM you want to connect to in ~okeanos
68
* **Graphical connection** is your typical connection type, the one with the fancy graphics that you most propably use in your host machine. *(Not available for Debian Base and CentOS guest machines)* 
69
* **Command-line connection** is a less typical connection type, where navigating and using your VM consists of typing commands to a terminal. *(Not available for Windows guest machines)*
70

    
71
With that clarified, you can jump right into the appropriate guide
72

    
73
* `Windows host to Windows guest [Graphical]`_
74
* `Windows/Linux host to Linux guest [Graphical]`_
75
* `Windows/Linux host to Linux guest [Command-line]`_
76
* `Linux host to Windows guest [Graphical]`_
77
* `Connecting via console`_
78