From b9bbdb6a9b35004ba28784e0c52ad6bb694011f9 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 10 Oct 2019 18:46:54 +0200 Subject: [PATCH] Add a small introduction --- lektor/content/contents.lr | 16 +++++++++++++++- lektor/content/install/contents.lr | 2 ++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/lektor/content/contents.lr b/lektor/content/contents.lr index a989d6b..82f5d2c 100644 --- a/lektor/content/contents.lr +++ b/lektor/content/contents.lr @@ -2,6 +2,20 @@ title: Welcome to ucloud! --- body: -This is the beginning of ucloud. What we are working on right now: +## Introduction + +ucloud is an easy to use cloud management system. It allows you to +create, schedule, migrate and destroy virtual machines. + +It is an alternative to +[OpenStack](https://www.openstack.org/), +[OpenNebula](https://opennebula.org/) or +[Cloudstack](https://cloudstack.apache.org/). + +ucloud is the first cloud management system that +puts **IPv6 first**. ucloud also has an integral **ordering** process +that we missed at existing solutions. + +## Documentation that we are working on right now: * [How to install ucloud](/install) diff --git a/lektor/content/install/contents.lr b/lektor/content/install/contents.lr index ac5aae4..4b16fa7 100644 --- a/lektor/content/install/contents.lr +++ b/lektor/content/install/contents.lr @@ -12,3 +12,5 @@ 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 +* ucloud-api: allows to communicate with ucloud and is the only public + entrance point