More tutes please! Hello, I just started dealing with Zope, so You'll be seeing a lot of me here. I've been building a site with php and Mysql, and am now thinking of moving it over to Zope. I have some questions about setting this up. I've got the MySQL server running on another machine that I administer. I'd like to just install the MySQL client on the Zope machine, ans leave the database where it is. Php was nice, because it had MySQL support built in. Now I have to install some modules (or are they called products? I'm having trouble with the semantics) to get Zope to talk to MySQL, right? I've seen a couple different modules that say "MySQL (or mySQL)," and I don't know what modules I need, or how they have to be set up to talk to a MySQL server on another machine. Are there folks out there writing tutorials for just this sort of thing? It seems like the sort of thing that Zope is made for (big site mangaement with databases, all opensource code) If I could see some examples, it would help me along nicely towards groking this whole thing. Do these questions mean I'm not ready for Zope yet? BTW- I kinda like my php pages, is there a way to integarate them with the Zope system? That would be killer. Thanks and I look forward to your responses, Don Undeen zope@thechairs.net
Don Undeen wrote: [snip]
I've seen a couple different modules that say "MySQL (or mySQL)," and I don't know what modules I need, or how they have to be set up to talk to a MySQL server on another machine. Are there folks out there writing tutorials for just this sort of thing?
http://www.zope.org/Members/alanpog/zmysqlda_steps This is what we used to get MySQL integration working. One note: step 5 as written didn't work for us, we put a space between the -p and the 1 and everything was happy after that. [snip]
BTW- I kinda like my php pages, is there a way to integarate them with the Zope system? That would be killer.
That's one of the reasons I'm going to be journeying down the road of Apache and Zope integration. kedai recently put this together, and it's what I'm reading right now: http://www.zope.org/Members/kedai/apache_zope_fcgi I'm really still trying to figure out if I want to try mod_pcgi2 or mod_fastcgi (reference my question of last night and its responses on this list). I hope this was helpful.
participants (2)
-
Art Hampton -
Don Undeen