Labs/Bespin/DeveloperGuide/Setup: Difference between revisions

Line 65: Line 65:


Have fun!
Have fun!
==Run SproutCore's build server==
If you are hacking on SproutCore, you'll want to run SproutCore's build server. Additionally, you'll need:
*Git
*Ruby 1.8 or 1.9 (1.9 is faster)
*The following RubyGems: <tt>rack jeweler json_pure extlib erubis thor</tt>
  <code>gem install rack jeweler json_pure extlib erubis thor</code>
Optionally, you may want the <tt>thin</tt> library, which will improve performance over the default WEBrick:
  <code>gem install thin</code>
Install additional SproutCore stuff within bespinclient using:
  paver install_sproutcore -g
Here's how you start up:
  paver server.abbot=1 start
You can now access the Bespin editor at http://localhost:4020/editor/ in you browser.


==More Documentation==
==More Documentation==
27

edits