begin adding doc for ucloud-pay

This commit is contained in:
Nico Schottelius 2019-10-12 18:40:08 +02:00
parent 97f80e4f0c
commit 7e4e2f0a22
1 changed files with 8 additions and 0 deletions

View File

@ -15,6 +15,7 @@ To operate ucloud, you need the following components:
* ucloud-api: allows to communicate with ucloud and is the only public * ucloud-api: allows to communicate with ucloud and is the only public
entrance point entrance point
* ucloud-scheduler: schedules VMs to hosts * ucloud-scheduler: schedules VMs to hosts
* ucloud-pay: ordering/billing handling
## Installation steps for system requirements ## Installation steps for system requirements
@ -59,3 +60,10 @@ pipenv install
pipenv shell pipenv shell
python main.py python main.py
``` ```
### ucloud-scheduler
```
git clone https://code.ungleich.ch/ucloud/ucloud-api
```