ucloud-docs/lektor/content/install/contents.lr

36 lines
682 B
Plaintext
Raw Normal View History

2019-10-10 16:39:15 +00:00
title: How to install ucloud
---
body:
**THIS SITE IS UNDER CONSTRUCTION**
![under construction](/underconstruction.jpg)
## Introduction
To operate ucloud, you need the following components:
* etcd: an easy to use, distributed data base
2019-10-12 15:16:06 +00:00
* uotp: an easy to use **o**ne **t**ime **p**assword implementation
2019-10-10 16:46:54 +00:00
* ucloud-api: allows to communicate with ucloud and is the only public
entrance point
2019-10-12 15:16:06 +00:00
* 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
###