++ update

This commit is contained in:
Nico Schottelius 2019-10-12 17:16:06 +02:00
commit 5ded2ea11c
4 changed files with 46 additions and 18 deletions

View file

@ -14,8 +14,10 @@ It is an alternative to
ucloud is the first cloud management system that
puts **IPv6 first**. ucloud also has an integral **ordering** process
that we missed at existing solutions.
that we missed in existing solutions.
## Documentation that we are working on right now:
Checkout how the [development of ucloud started](https://redmine.ungleich.ch/issues/6869).
## Documentation that we are working on right now
* [How to install ucloud](/install)

View file

@ -11,6 +11,25 @@ body:
To operate ucloud, you need the following components:
* etcd: an easy to use, distributed data base
* utop: an easy to use one time password implementation
* uotp: an easy to use **o**ne **t**ime **p**assword implementation
* ucloud-api: allows to communicate with ucloud and is the only public
entrance point
* ucloud-scheduler: schedules VMs to hosts
## Installation steps
### etcd
The installation and configuration of a production grade etcd cluster
is out of scope of this manual. For testing purposes, you can just
install etcd and run it as follows:
```
etcd
```
### uotp
TBD
###

View file

@ -1,9 +0,0 @@
title: Projects
---
body:
This is a list of the projects:
* Project 1
* Project 2
* Project 3