How to host a website to AppFog in windows
For this download and install Ruby Installer for Windows. Open The file you've downloaded (Start>All Programs>Start Command Prompting with ruby).
You'll have to update RubyGems from Ruby command prompt.
Login with:
Finally from within your source code directory:
You'll have to update RubyGems from Ruby command prompt.
$ gem update --system
$ gem install af
Login with:
af login
Finally from within your source code directory:
af update hello-node
Hope you enjoy !