++ notes for arch linux
This commit is contained in:
parent
5ded2ea11c
commit
97f80e4f0c
1 changed files with 28 additions and 2 deletions
|
@ -16,7 +16,7 @@ To operate ucloud, you need the following components:
|
|||
entrance point
|
||||
* ucloud-scheduler: schedules VMs to hosts
|
||||
|
||||
## Installation steps
|
||||
## Installation steps for system requirements
|
||||
|
||||
### etcd
|
||||
|
||||
|
@ -28,8 +28,34 @@ install etcd and run it as follows:
|
|||
etcd
|
||||
```
|
||||
|
||||
Arch Linux:
|
||||
|
||||
Install etcd from AUR, for instance via yaourt:
|
||||
|
||||
```
|
||||
yaourt -S etcd
|
||||
```
|
||||
|
||||
### pipenv
|
||||
|
||||
Arch Linux:
|
||||
|
||||
```
|
||||
sudo pacman -Syu python-pipenv
|
||||
```
|
||||
|
||||
## Installation steps for ucloud components
|
||||
|
||||
### uotp
|
||||
|
||||
TBD
|
||||
|
||||
###
|
||||
### ucloud-api
|
||||
|
||||
```
|
||||
git clone https://code.ungleich.ch/ucloud/ucloud-api
|
||||
cd ucloud-api
|
||||
pipenv install
|
||||
pipenv shell
|
||||
python main.py
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue