Zope Server on Linux
Hello everyone, I'm new to LINUX, ZOPE, PYTHON, and this mailing list. I have a ZOPE server running on Linux and I'm trying to get my forums to work. They require PHP and mySQL both of which I have but I'm not sure how to install them into my ZOPE server. Any suggestions? ~Mosquito
Mosquito wrote:
I have a ZOPE server running on Linux and I'm trying to get my forums to work. They require PHP and mySQL both of which I have but I'm not sure how to install them into my ZOPE server. Any suggestions?
Hi, if you have a working PHP site, put Apache in front and let the site live on outside of Zope. There is a Zope product enabling PHP scripts, but afaik it isn't aimed for importing complete sites. For MySQL, you need to install the appropriate database adapter (http://www.zope.org/Products/external_access). hth, -- Tobias therp (at) apriori.de
participants (2)
-
Mosquito -
Tobias Herp