cleanup docs #1

This commit is contained in:
Nico Schottelius 2019-12-07 11:24:04 +01:00
parent 95361c1759
commit 4a6f119a93
5 changed files with 50 additions and 5 deletions

View File

@ -10,14 +10,14 @@ Welcome to ucloud's documentation!
:maxdepth: 2
:caption: Contents:
introduction/introduction
introduction/installation
introduction/whatis
introduction/howitworks
installation/alpine
installation/archlinux
usage/usage-for-admins
usage/usage-for-users
usage/how-to-create-an-os-image-for-ucloud
theory/summary
misc/todo
troubleshooting/installation-troubleshooting
Indices and tables
==================

View File

@ -0,0 +1,25 @@
Arch Linux
----------
Requirements from Arch Linux
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. code-block:: sh
:linenos:
pacman -Syu qemu
Requirements from AUR
~~~~~~~~~~~~~~~~~~~~~
Use your favorite AUR manager to install the following packages:
* etcd
Other
~~~~~
Continue like Alpine for
* uotp

View File

@ -0,0 +1,20 @@
How does ucloud work?
=====================
ucloud is separeted into 3 systems:
1. The client side for using ucloud
2. The server side
3. The supporting infrastructure (databases, virtualisation, etc.)
Depending on your use case, select one of the following guides to
continue:
* I want to use
* I want to operate/run ucloud as a service
Architecture
------------
Description of the ucloud architecture