taivo
taivo

Reputation: 139

Updating cloudfoundry vmc on ubuntu

how do i update vmc client on ubuntu to version so that it supports tunnel to services like mysql.

I want to use the tunnel, but prerequisite is: You must have vmc 0.3.14 or later.

Now, when i check my version, it says 0.3.10. If i run gem update vmc, it says nothing to update.

So, my question is, am i updating wrong? Or is it not supported yet on linux platform?

Upvotes: 0

Views: 312

Answers (3)

lanoxx
lanoxx

Reputation: 13051

Simply run

sudo gem install vmc

to get the latest stable version and

sudo gem install vmc --pre

to get the latest development version.

Upvotes: 0

anon
anon

Reputation:

Per my blog post on this topic, the version of vmc that Ubuntu is shipping today is backlevel, so I'd recommend you go down a fresh gem install route.

Upvotes: 1

Dan Higham
Dan Higham

Reputation: 3984

what version does Rubygems say was installed? If it says version 0.3.18 (the latest version) and you are using RVM, it may be worth making sure that when you run VMC your running the latest version installed.

Upvotes: 1

Related Questions