NodeJS, Micro CloudFoundry and Windows

Steps:

  1. Get a VMWare account.
  2. Download the VMWare player (80MB)
  3. Register for a Micro CloudFoundry account.
  4. Download MicroCloudFoundry VM (800MB)
  5. Download Ruby (from rubyinstaller.org)
  6. Run gem install vmc (console client)
  7. Configure the VM using the token provided by MicroCloudFoundry.
  8. write a basic node test.js file. (see sample below)
  9. vmc login
  10. cd into your directory
  11. vmc push YourAppName
  12. Update the DNS server from vmplayer

About this entry