cleanup docs #1
This commit is contained in:
parent
95361c1759
commit
4a6f119a93
5 changed files with 50 additions and 5 deletions
|
@ -10,14 +10,14 @@ Welcome to ucloud's documentation!
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:caption: Contents:
|
:caption: Contents:
|
||||||
|
|
||||||
introduction/introduction
|
introduction/whatis
|
||||||
introduction/installation
|
introduction/howitworks
|
||||||
|
installation/alpine
|
||||||
|
installation/archlinux
|
||||||
usage/usage-for-admins
|
usage/usage-for-admins
|
||||||
usage/usage-for-users
|
usage/usage-for-users
|
||||||
usage/how-to-create-an-os-image-for-ucloud
|
usage/how-to-create-an-os-image-for-ucloud
|
||||||
theory/summary
|
|
||||||
misc/todo
|
|
||||||
troubleshooting/installation-troubleshooting
|
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
==================
|
||||||
|
|
25
ucloud/docs/source/installation/archlinux.rst
Normal file
25
ucloud/docs/source/installation/archlinux.rst
Normal 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
|
20
ucloud/docs/source/introduction/howitworks.rst
Normal file
20
ucloud/docs/source/introduction/howitworks.rst
Normal 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
|
Loading…
Reference in a new issue