[Zope] Zope build script
Oleg Broytmann
phd2@mail.com
Sat, 15 Jul 2000 14:54:41 +0000 (GMT)
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/ phd2@mail.com
Programmers don't die, they just GOSUB without RETURN.