public
Description: JavaScript Application Framework - JS library only
Home | Edit | New

Install for Dummies - Windows

Not knowing anything about ruby or sproutcore, I figured out how to install on XP, using the following steps:

  1. Install ruby for windows (one-click install) from http://www.ruby-lang.org/en/downloads/
  2. At windows command line, make a sprout directory (ie: c:\ruby\sprout).
  3. If you are behind a proxy, you must set an environment variable “HTTP_PROXY” with the value “http://my.proxy.com:port” (without this, gem install will failed)
  4. CD to the directory and type:
    gem install sproutcore. Answer Y when asked about installing dependencies.
  5. Type sproutcore hello_world
  6. cd to directory hello_world
  7. type sc-server
  8. Goto : http://localhost:4020/hello_world
Last edited by Ezor, Tue Jul 29 00:50:37 -0700 2008
Home | Edit | New
Versions: