Hello!
I've published a simple shell script I use to compile Zope from sources
and configure it a bit:
http://www.zope.org/Members/phd/build-zope/
The simple script does:
-- compiles *.py files to *.pyc
-- runs python w_pcgi.py
-- runs python zpasswd.py access
-- generates root.sh - a script to run under root to complete the
installation; root.sh set up right ownership and permissions in the
installation tree
You can easily customize it to your needs.
Oleg.
----
Oleg Broytmann http://www.zope.org/Members/phd/ [EMAIL PROTECTED]
Programmers don't die, they just GOSUB without RETURN.
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )