-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' of github.com:deNBI/simplevm-user-docs into dev
- Loading branch information
Showing
15 changed files
with
81 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,11 +31,11 @@ sudo apt install mosh | |
#### Install Mosh on your Virtual Machine | ||
You have two ways of installing Mosh on your virtual machine: | ||
|
||
1. By having it installed on vm creation, [see](../../simple_vm/create_instance.md#mosh-udp-ports). | ||
1. By having it installed on vm creation, [see](../../simple_vm/Instance/create_instance.md#mosh-udp-ports). | ||
|
||
2. Installing it manually: | ||
For this Tutorial we chose Ubuntu 18.04 LTS as the image running on our virtual machine. | ||
First, connect to your VM. Information on how to connect can be cound on the [instance overview](../../simple_vm/instance_overview.md#8-how-to-connect) and on the [instance detail page](../../simple_vm/instance_detail.md#general-information) | ||
First, connect to your VM. Information on how to connect can be cound on the [instance overview](../../simple_vm/Instance/instance_overview.md#8-how-to-connect) and on the [instance detail page](../../simple_vm/Instance/instance_detail.md#general-information) | ||
In our case we need to use ssh: | ||
``` | ||
ssh -i /path/to/your/ssh/private/key [email protected] -p 30024 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Cluster | ||
|
||
Besides single machines, SimpleVM users can start entire clusters. | ||
Besides [single machines](../Instance/index.md), SimpleVM users can start entire clusters. | ||
Since the cluster feature is still in the development phase, | ||
only selected projects can use it. | ||
Contact [[email protected]](mailto:[email protected]) if you want the cluster feature | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Instances | ||
|
||
SimpleVM allows machines to be started quickly, easily and without extensive background knowledge of cloud computing. | ||
|
||
## Start and manage your machines | ||
|
||
Virtual machines are started using a specially developed form. | ||
A detailed explanation of all steps and selection options can be found under [Create Instance](./create_instance.md). | ||
|
||
The management of your machines is possible in the [Instance Overview](./instance_overview.md), which displays all your machines, which you are allowed to handle. | ||
The [Instance Detail](./instance_detail.md) page of each machine holds more detailed information and additional configuration and management options. | ||
|
||
## Clusters | ||
|
||
In SimpleVM, you use clusters similarly to your usual virtual machines. | ||
Take a look at the [Cluster](../Cluster/index.md)-page for more information on this feature. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.