Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Implementing AppFog

You're reading from   Implementing AppFog Getting to grips with the AppFog service is easily achieved with this hands-on guide, which walks you through creating and deploying applications to the cloud. You'll be developing your first application in minutes.

Arrow left icon
Product type Paperback
Published in Nov 2013
Publisher Packt
ISBN-13 9781849698184
Length 86 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Toc

Using the Ruby Version Manager


Ruby Version Manager (RVM) is a tool for managing Ruby installation on UNIX (including OS X) and Linux. This probably raises two questions in your mind: Why not just install Ruby directly? And if RVM is important, why doesn't this book say more about it?

RVM has two benefits that you don't get when installing Ruby directly:

  1. It allows you to work with multiple versions of Ruby on the same machine. This makes it easier to deal with issues relating to a rapidly evolving language.

  2. It helps you identify non-Ruby dependencies in your Gems.

These features are important to Ruby developers, but not to users who simply need access to the Ruby Gem that implements the AppFog command line tool. Because this book isn't about Ruby programming and because working with RVM can get very complicated, we won't cover RVM installation or use.

If you're interested in RVM, you can visit the website https://rvm.io/.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image