Labs/Bespin/DeveloperGuide/Setup: Difference between revisions

→‎Prerequisites: Performance suggestions: Ruby 1.9 and thin
(→‎Getting Started: added note about SproutCore branch)
(→‎Prerequisites: Performance suggestions: Ruby 1.9 and thin)
Line 14: Line 14:
*Git  
*Git  
*Python 2.5 or 2.6  
*Python 2.5 or 2.6  
*Ruby  
*Ruby 1.8 or 1.9 (1.9 is faster)
*The following Ruby Gems: rack jeweler json_pure extlib erubis thor
*The following RubyGems: <tt>rack jeweler json_pure extlib erubis thor</tt>


   <code>gem install rack jeweler json_pure extlib erubis thor</code>
   <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>


'''NOTE FOR LINUX USERS:''' ''If you are running on a Linux system, you will likely need a "python-dev" (on Ubuntu; possibly "python-devel" elsewhere) package installed, if you do not already have it.''  
'''NOTE FOR LINUX USERS:''' ''If you are running on a Linux system, you will likely need a "python-dev" (on Ubuntu; possibly "python-devel" elsewhere) package installed, if you do not already have it.''  
17

edits