Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/axsh/openvdc

Extendable Tiny Datacenter Hypervisor on top of Mesos architecture. Wakame-vdc v2 Project.
https://github.com/axsh/openvdc

cloud-computing container golang iaas mesos-architecture virtual-machine

Last synced: 3 months ago
JSON representation

Extendable Tiny Datacenter Hypervisor on top of Mesos architecture. Wakame-vdc v2 Project.

Lists

README

        

# openvdc
Extendable Tiny Datacenter Hypervisor on top of Mesos architecture. Wakame-vdc v2 Project.

## Build

Ensure ``$GOPATH`` is set. ``$PATH`` needs to have ``$GOPATH/bin``.

```
go get -u github.com/axsh/openvdc
cd $GOPATH/src/github.com/axsh/openvdc
go run ./build.go
```

Build with compile ``proto/*.proto``.

```
go run ./build.go -with-gogen
```