[Pmwiki-users] How best to develop a wiki farm

Greg Morgan Cybie
Thu Mar 11 23:30:38 CST 2004


 
On a *nix box couldn't you do a symbolic link in pmwiki/field.a which points
to the main copy of pmwiki.php?  Then in local/config.php have code which
includes a global version config.php for all config.php-type code that is
common to all the wikis on the box. Then config.php would then include a
sub-wiki specific config.

> -----Original Message-----
> From: Pmwiki-users-bounces at pmichaud.com 
> [mailto:Pmwiki-users-bounces at pmichaud.com] On Behalf Of John Rankin
> Sent: Thursday, March 11, 2004 4:25 PM
> To: PmWiki Users
> Cc: Patrick Michaud; Donald Gordon
> Subject: [Pmwiki-users] How best to develop a wiki farm
> 
> We are starting to make a way to develop a collection of related 
> wikis (a farm as a collection of fields), all sharing the same 
> code and core pages, but able to act independently. Some examples 
> of possible use:
> - different and independent parts of the same organisation
> - different languages in different wiki fields
> - different subject areas, each requiring multiple groups
> 
> There is a preliminary specification here:
> http://www.pmichaud.com/wiki/Development/WikiFarm
> 
> The current idea is that the directory structure might look 
> like this:
> pmwiki/
>     pmwiki.php
>     scripts/
>     wikilib.d/
>     pub/
>     local/
>     wiki.d/    #maybe, maybe not
>     uploads/   #maybe, maybe not
>     field.a/
>         wiki.d/
>         pub/
>         local/
>         uploads/
> 
> and so on.




More information about the pmwiki-users mailing list