31 lines
391 B
Markdown
31 lines
391 B
Markdown
# cloudhypervisor
|
|
|
|
To get started
|
|
|
|
```v
|
|
|
|
|
|
import incubaid.herolib.installers.something. cloudhypervisor
|
|
|
|
mut installer:= cloudhypervisor.get()!
|
|
|
|
installer.start()!
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
## example heroscript
|
|
|
|
```hero
|
|
!!cloudhypervisor.install
|
|
homedir: '/home/user/cloudhypervisor'
|
|
username: 'admin'
|
|
password: 'secretpassword'
|
|
title: 'Some Title'
|
|
host: 'localhost'
|
|
port: 8888
|
|
|
|
```
|