27
edits
No edit summary |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 46: | Line 46: | ||
paver create_db | paver create_db | ||
If you have some trouble on macos x like the error message: ImportError: No module named `xxx' | |||
It's probably cause the server side is not completely installed so try | |||
cd ../bespinserver | |||
paver develop | |||
paver create_db | |||
==Starting the development server== | ==Starting the development server== | ||
Line 57: | Line 62: | ||
paver start | paver start | ||
This will start the Bespin server. You can now access the Bespin editor at http://localhost: | This will start the Bespin server. You can now access the Bespin editor at http://localhost:8080/ in you browser. | ||
Have fun! | Have fun! | ||
==More Documentation== | ==More Documentation== | ||
The documentation of the last release is [https://bespin.mozillalabs.com/docs/ here]. | |||
==Contributing to Bespin== | ==Contributing to Bespin== |
edits