Skip to content

Commit

Permalink
Add copr repository instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
subuk committed Sep 6, 2019
1 parent 3e8be32 commit 1fb3048
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Expand Up @@ -17,6 +17,26 @@ Current features:
* Custom userdata for cloud-init
* Bridged network

## Installation

There are two RPM repositories:

* `vmango` for the latest tagged release, it may be considered stable
* `vmango-devel` contains packages built automatically from the latest commit in master branch

### Centos 7

1. Enable copr reposotory, use `subuk/vmango-devel` for the latest version, `subuk/vmango` for stable
1. Install package
1. Edit configuration file `/etc/vmango.conf`
1. Start and enable systemd service `vmango`

```
yum install -y yum-plugin-copr && yum copr -y enable subuk/vmango
yum install -y vmango
systemctl enable --now vmango
```

## Hypervisor configuration

Install libvirt and qemu-kvm.
Expand Down

0 comments on commit 1fb3048

Please sign in to comment.