How to Use AppFabric SDK for Ruby
AppFabric SDK for Ruby lets you use Windows Azure and .NET Services for your Ruby programs. You need to install the SDK from your current Ruby installation. Once installed, you can write Ruby scripts as you normally would and they will work with Windows Azure.
Instructions
-
-
1
Click the Windows "Start" button, type "cmd" and press "Enter."
-
2
Type "cd C:/Ruby" and press "Enter" to switch to the default Ruby directory. If you installed Ruby elsewhere, switch to that directory instead.
-
-
3
Type "gem install dot_net_services --platform=ruby" and press "Enter." The AppFabric SDK will install and you can now use Ruby with Windows Azure.
-
1