Difference between revisions of "Developing ccPublisher with Command Line Tools"
Jon Phillips (talk | contribs) |
|||
Line 1: | Line 1: | ||
[[Category:CcPublisher]] | [[Category:CcPublisher]] | ||
[[Category:Developer]] | [[Category:Developer]] | ||
− | |||
− | |||
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 [[Developing ccPublisher with Eclipse|Eclipse]] or [[Developing ccPublisher with Wing|Wing]] documentation. | 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 [[Developing ccPublisher with Eclipse|Eclipse]] or [[Developing ccPublisher with Wing|Wing]] documentation. |
Latest revision as of 05:23, 6 September 2006
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 https://svn.berlios.de/svnroot/repos/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 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