[pmwiki-users] question about wiki farms
    Guillermo Calderon - INCO 
    calderon at fing.edu.uy
       
    Tue Aug 28 14:05:47 CDT 2007
    
    
  
Maria McKinley wrote:
  It would be great if they could create the
> directory that includes all of these customizations in their own home
> directory, and the web server reads these, but creates the wiki files
> on the web server itself. Has anyone else tried to do this or have any
> ideas on how this might be done?
> 
In fact, the directory where wiki files reside is customizable.
In config.php:
       $WikiDir = new PageStore('<my own path>/{$FullName}');
The following links can be useful:
http://www.pmwiki.org/wiki/PmWiki/PathVariables#WikiDir
http://www.pmwiki.org/wiki/Cookbook/SharedPages
    
    
More information about the pmwiki-users
mailing list