twosigma / satellite

Satellite monitors, alerts on, and self-heals your Mesos cluster.
Apache License 2.0
143 stars 18 forks source link

How to Install it without Ansible #52

Open jimonreal opened 8 years ago

jimonreal commented 8 years ago

How can I install satellite if I do not have Ansible?

mforsyth commented 8 years ago

Hi @jimonreal, we are working on additional shortcuts to install satellite. For the time being, if you can't or don't want to use Ansible, there are additional README's in the satellite-master and satellite-slave subdirectories of this project. Among other things, these describe how to install and configure satellite-master and satellite-slave on each of your mesos masters and slaves, respectively. The Ansible scripts basically do exactly what these README's describe, only with an additional degree of automation.

By the way, I'm curious, what tools are you currently using to manage your cluster? We'd very much like to make it easier for everyone.

Please let us know how it goes!