scribe : documentation

Deploying Scribe

This document is for Scribe's SVN release, which can be significantly different than previous releases. Get old docs here: 0.60.

Deploying scribe is actually extremely simple. The only issue that you need to deal with is setting up your webserver to serve the style sheets. You can find information about setting up your project on Django’s website.

Links to valuable information about deploying with Django are below:

  • How to use Django with mod_python
  • How to use Django with FastCGI, SCGI or AJP

If you’re using the default settings for Scribe, then you’ll have to set up your server to serve the files at /scribemedia/* from the media folder within the scribe application. Most web browsers will handle this differently, so it’s not explained in detail here.

You have the freedom to set the STYLESHEETS_BASE in the settings.py file to whatever you’d like in order to better work with your setup.

Questions/Feedback

If you notice errors with this documentation, please open a ticket and let us know!