27
edits
(→Prerequisites: mention libyaml) |
|||
Line 48: | Line 48: | ||
''Note'': Currently (2009-11-10), Bespin is using a specific branch of SproutCore ("tiki"). <tt>bootstrap.py</tt> will fetch it for you, but if you need to fetch it yourself, invoke <tt>paver install_sproutcore</tt>. | ''Note'': Currently (2009-11-10), Bespin is using a specific branch of SproutCore ("tiki"). <tt>bootstrap.py</tt> will fetch it for you, but if you need to fetch it yourself, invoke <tt>paver install_sproutcore</tt>. | ||
==Starting the development server== | |||
If you are no longer (or not yet) in the virtualenv environment run within the bespinclient directory: | |||
source bin/activate | |||
To start the server execute: | |||
paver start | |||
This will start the Bespin backend as well as the Sproutcore server. You can now access the Bespin editor at http://localhost:4020/editor in you browser. | |||
Have fun! | |||
==More Documentation== | ==More Documentation== |
edits