Developing ccPublisher with Command Line Tools

From Creative Commons
Revision as of 15:19, 29 June 2006 by Nathan Yergler (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


This page describes how to use command-line tools to work with the ccPublisher source code. These instructions can be used with Linux, Mac OS X, or Windows with Cygwin. Note that some paths may be different for non-Linux platforms; Windows users may be interested in our Eclipse or Wing documentation.

Prerequisites

Before proceeding install the software described in CcPublisher Prerequisites.

Getting Started

Before you begin building you will need to check out the source code. ccPublisher uses Subversion for source control. To check out the most recent copy of the code, execute the following command:

 $ svn co svn://svn.berlios.de/cctools/publisher/trunk ccpublisher

This will check out the entire required source tree, including dependencies from the Zope 3 project, into the ccpublisher directory. If you are interested in working on a branch, you can browse the [svn.berlios.de/viewcvs/cctools/publisher/branches list of current branches] in the Subversion repository.

Running

Once you have the dependencies listed above installed, run ccp.py to start ccPublisher:

 $ python ccp.py