This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Install for Dummies - Windows
Not knowing anything about ruby or sproutcore, I figured out how to install on XP, using the following steps:
- Install ruby for windows (one-click install) from http://www.ruby-lang.org/en/downloads/
- At windows command line, make a sprout directory (ie: c:\ruby\sprout).
- 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)
- CD to the directory and type:
gem install sproutcore. Answer Y when asked about installing dependencies. - Type sproutcore hello_world
- cd to directory hello_world
- type sc-server
- Goto : http://localhost:4020/hello_world






