Difference between revisions of "Developing ccPublisher with Command Line Tools"

From Creative Commons
Jump to: navigation, search
 
Line 1: Line 1:
 
[[Category:CcPublisher]]
 
[[Category:CcPublisher]]
 
[[Category:Developer]]
 
[[Category:Developer]]
 +
 +
{{stub}}
  
 
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.
Line 12: Line 14:
 
Before you begin building you will need to check out the source code.  ccPublisher uses [http://subversion.tigris.org Subversion] for source control.  To check out the most recent copy of the code, execute the following command:
 
Before you begin building you will need to check out the source code.  ccPublisher uses [http://subversion.tigris.org 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
+
   $ 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 <code>ccpublisher</code> 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.
+
This will check out the entire required source tree, including dependencies from the Zope 3 project, into the <code>ccpublisher</code> directory.  If you are interested in working on a branch, you can browse the [http://svn.berlios.de/viewcvs/cctools/publisher/branches list of current branches] in the Subversion repository.
  
 
== Running ==
 
== Running ==

Revision as of 15:26, 29 June 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