mdevilliers / redishappy

Redis Sentinel high availabillity daemon
Apache License 2.0
114 stars 23 forks source link

unable to find deb package #45

Closed grounded042 closed 8 years ago

grounded042 commented 8 years ago

Where can I find the deb packages for this? Are they available without me having to build them myself?

mdevilliers commented 8 years ago

Hey,

You will have to build them yourself

If you have vagrant installed it is pretty straight forward -

vagrant up

The packages are automatically built to - $GOPATH/src/github.com/redishappy/

Thanks

grounded042 commented 8 years ago

Wasn't sure if they were offered pre-built or not. Thanks!