d2iq-archive/playa-mesos

How to Install Ruby & Bundler on Slave?

Closed this issue · 3 comments

hhff commented

Hiya!! Vetting Mesosphere for an upcoming project. Attempting to install Ruby 2.0 & Bundler on the 1x Slave that the Vagrant box sets up.

servers=(10.141.141.10); for s in "${servers[@]}"; do ssh -l ubuntu $s 'sudo apt-get -y install ruby2.0 && sudo gem install bundler' ; done

The slave is prompting me for a password?

ssk2 commented

Hi @hhff, sorry for the delay in responding to you. Did you figure this out?

You'll probably want to use vagrant ssh to get into the playa-mesos slave, or you'll have to do that first and add a public key to the ubuntu account.

hhff commented

Thanks @ssk2 - ended up going with Deis. Doesn't seem like the docs / community are here yet - and that doesn't bode well for a new client project.

Love the vision and excited to use mesosphere in the future when it all matures a bit 😄

ssk2 commented

No worries! Please give DCOS a try when it comes out in the next couple of months!