From: Dan F. <dfr...@cs...> - 2004-06-28 21:46:20
|
Philippe Vanhaesendonck wrote: > Try this: http://phpwiki.sourceforge.net/phpwiki/FrequentlyAskedQuestions Ah! I presume you mean this question: Q. Can I run two PhpWiki <http://phpwiki.sourceforge.net/phpwiki/PhpWiki>s with separate databases off the same code?: I don't look in the FAQ page because it's large, frightening, and has not much TOC, but I should remember to grind through it more. This is somewhat helpful. It might be nice if only the changes were kept in separate files. Presumably, one could modify the index.php and wiki2.php to include some common config. This still does not allow one to use the same DB, so if any upgrades cause DB changes, that would still force lots of DB upgrades, and potentially lots of index.php config upgrades. However, it probably helps. Dan > > Dan Frankowski wrote: > >> Folks, >> >> One of my users is really excited about Phpwiki, and said, "I can >> think of uses for dozens of instances of it!" However, he wants that >> each of those instances is logically separate from the others. So, >> for example, the HomePage of each does not show the others, the >> search for each does not turn up pages in the others, etc. >> >> I replied that Twiki has a notion of multiple "webs", but Phpwiki had >> no such. One could run multiple Phpwiki instances, but then if the >> code changes, you have to update code and config for each instance >> separately. >> >> Does anyone have better ideas? >> >> Dan > > > |