Showing posts with label Updating. Show all posts
Showing posts with label Updating. Show all posts

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.


$ gem update --system
$ gem install af


Login with:

af login


Finally from within your source code directory:

af update hello-node

Hope you enjoy !
Continue Reading