RE: [Zope] Packaging a zope application

2005-10-16 Thread Dieter Maurer
Joshua Burvill wrote at 2005-10-10 10:19 +1000:
 ...
We put everything we can into the filesystem (e.g.
via CMFCore's Filesystem Directory View) and use CVS/SVN to
manage and distribute it.
 ...
I guess that means creating a kind of product.

The CMF comes with such a product: Filesystem Directory View.

You can use is outside the CMF (but it is most useful
together with a CMF SkinsTool (or my SkinnedFolder)).

Someone repackaged it also alone (in case you do not want
to install CMFCore).


-- 
Dieter
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


RE: [Zope] Packaging a zope application

2005-10-09 Thread Joshua Burvill

Dieter wrote:

Joshua Burvill wrote at 2005-10-7 12:28 +1000:
 ...
Currently there is a three step process:
1. install correct version of zope
2. unzip a zip file which I maintain that contains all the added
libraries,
products, .zexp file,  and external methods into their correct paths in
the
zope root folder on the filesystem, then restart zope
3. Log into zope as admin and import the .zexp file into the zope root
folder in the zope db

We put everything we can into the filesystem (e.g.
via CMFCore's Filesystem Directory View) and use CVS/SVN to
manage and distribute it.

Things that must be in the ZODB are created via setup scripts
(maintained in CVS).

Thanks Dieter, This sounds like what I am looking for.

I guess that means creating a kind of product.

If it is not too much to ask, can anyone point to or provide an example of a
working application that is organised like this so I could look at the code?
It would help a lot.

Regards, Josh

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Packaging a zope application

2005-10-08 Thread Dieter Maurer
Joshua Burvill wrote at 2005-10-7 12:28 +1000:
 ...
Currently there is a three step process:
1. install correct version of zope
2. unzip a zip file which I maintain that contains all the added libraries,
products, .zexp file,  and external methods into their correct paths in the
zope root folder on the filesystem, then restart zope
3. Log into zope as admin and import the .zexp file into the zope root
folder in the zope db

We put everything we can into the filesystem (e.g.
via CMFCore's Filesystem Directory View) and use CVS/SVN to
manage and distribute it.

Things that must be in the ZODB are created via setup scripts
(maintained in CVS).


-- 
Dieter
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Packaging a zope application

2005-10-07 Thread Chris Withers

Joshua Burvill wrote:

Hello All,

I have a zope application which operates on data in an external relational
database (Firebird), as well as containing lots of folders, dtml docs,
scripts, zsql methods etc within the zope db

I would like to get suggestions on the best way to package the whole
application so that it is easy to set up from scratch.

Currently there is a three step process:
1. install correct version of zope
2. unzip a zip file which I maintain that contains all the added libraries,
products, .zexp file,  and external methods into their correct paths in the
zope root folder on the filesystem, then restart zope
3. Log into zope as admin and import the .zexp file into the zope root
folder in the zope db


MAybe have a look at the GenericSetup product being developed as part of 
the fssync work for CMF?


cheers,

Chris

--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] Packaging a zope application

2005-10-06 Thread Joshua Burvill
Hello All,

I have a zope application which operates on data in an external relational
database (Firebird), as well as containing lots of folders, dtml docs,
scripts, zsql methods etc within the zope db

I would like to get suggestions on the best way to package the whole
application so that it is easy to set up from scratch.

Currently there is a three step process:
1. install correct version of zope
2. unzip a zip file which I maintain that contains all the added libraries,
products, .zexp file,  and external methods into their correct paths in the
zope root folder on the filesystem, then restart zope
3. Log into zope as admin and import the .zexp file into the zope root
folder in the zope db

Any suggestions of easier /  better ways to do this would be much
appreciated.

Regards, Josh

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )