From 7e4e2f0a22eaaa6e6db1c32b26a0b759489098f8 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 12 Oct 2019 18:40:08 +0200 Subject: [PATCH] begin adding doc for ucloud-pay --- lektor/content/install/contents.lr | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lektor/content/install/contents.lr b/lektor/content/install/contents.lr index f9bb855..f3220ab 100644 --- a/lektor/content/install/contents.lr +++ b/lektor/content/install/contents.lr @@ -15,6 +15,7 @@ To operate ucloud, you need the following components: * ucloud-api: allows to communicate with ucloud and is the only public entrance point * ucloud-scheduler: schedules VMs to hosts +* ucloud-pay: ordering/billing handling ## Installation steps for system requirements @@ -59,3 +60,10 @@ pipenv install pipenv shell python main.py ``` + +### ucloud-scheduler + +``` +git clone https://code.ungleich.ch/ucloud/ucloud-api + +```