[Zope3-dev] RFC: zopeproject

Lennart Regebro regebro at gmail.com
Thu Jul 19 16:35:58 EDT 2007


On 7/19/07, Dieter Maurer <dieter at handshake.de> wrote:
> But, Zope is quite easy on entry.

Zope2, yes.
Zope3? Not at all.

Will modularizing Zope 3 make it easier for newbies? Not really, but
with zopeproject or similar it shouldn't be more complicated either.
In fact, the installation process might end up being simpler:

Compare:

wget http://www.zope.org/whatevah/Zope.tgz
tar xvfz thetgz
./configure
make
make install
make instance directory

With:

easy_install zopeproject
zopeproject directory
cd directory
bin/buildout

Or something similar to that. Doesn't really look more complicated to me. :-)
Sure, it uses paste and stuff, but you don't have to know about that to use it.

-- 
Lennart Regebro: Zope and Plone consulting.
http://www.colliberty.com/
+33 661 58 14 64


More information about the Zope3-dev mailing list