LearningZope3

Differences between revisions 2 and 3
Revision 2 as of 2005-07-24 17:23:16
Size: 975
Editor: dsl092-236-069
Comment:
Revision 3 as of 2005-07-24 18:31:16
Size: 1115
Editor: dsl092-236-069
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Creating zope3 applications is no easy task. This document comes out of a desire to help
build a zope3 user community in support of SchoolTool and the CanDo competency tracking
application which is being built on top of SchoolTool.
  Creating zope3 applications is no easy task. This document comes out of a desire to help
  build a zope3 user community in support of SchoolTool and the CanDo competency tracking
  application which is being built on top of SchoolTool.
Line 7: Line 7:
The goal here is to keep things as simple as possible. Zope3 is extremely complex, and the
learning curve is steep to say the least. I'm assuming that the aspiring zope3 developer
here will be using Ubuntu Hoary, and running their zope instance from their home directly
on port 8080. I'm using zope3 from the {{{zope3-lib}}} package available with Hoary.
  The goal here is to keep things as simple as possible. Zope3 is extremely complex, and the
  learning curve is steep to say the least. I'm assuming that the aspiring zope3 developer
  here will be using Ubuntu Hoary, and running their zope instance from their home directly
  on port 8080. I'm using zope3 from the {{{zope3-lib}}} package available with Hoary.
Line 21: Line 21:
    0.     0. For {{{Directory}}} we will be using {{{zope3}}}
    0. Choose a {{{Username}}} and {{{Password}}} which you will remember

Motivation

  • Creating zope3 applications is no easy task. This document comes out of a desire to help

    build a zope3 user community in support of SchoolTool and the CanDo competency tracking application which is being built on top of SchoolTool. The goal here is to keep things as simple as possible. Zope3 is extremely complex, and the learning curve is steep to say the least. I'm assuming that the aspiring zope3 developer here will be using Ubuntu Hoary, and running their zope instance from their home directly

    on port 8080. I'm using zope3 from the zope3-lib package available with Hoary.

= Installing zope3 on Ubuntu 5.04 =

  • As root:
    1. apt-get install zope3-lib

    2. cd /usr/lib/zope3x/bin

    3. chmod +x mkzopeinstance (this is needed because it does not come executable)

    As the developer from their home directory:
    1. /usr/lib/zope3x/bin/mkzopeinstance

    2. For Directory we will be using zope3

    3. Choose a Username and Password which you will remember


CategoryDocumentation

LearningZope3 (last edited 2008-08-06 17:01:05 by localhost)