Skip to content
This repository was archived by the owner on Jan 22, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 531 Bytes

File metadata and controls

24 lines (19 loc) · 531 Bytes

Go Rendler Framework

Once you are ssh'd into the mesos-demo VM:

cd hostfiles/go
export GOPATH=$PWD
go get golang.org/x/net/context
go get code.google.com/p/go-uuid/uuid
go get github.com/golang/glog
go get github.com/gogo/protobuf/proto
go get github.com/stretchr/testify/mock
go get github.com/mesos/mesos-go/mesos
go install github.com/mesosphere/rendler/scheduler
./bin/scheduler -seed http://mesosphere.com -master 127.0.1.1:5050 -local

Generate graph

RENDLER_HOME=. ../bin/make-pdf