Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 359 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 359 Bytes

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