On Jul 16, 5:10 pm, Johannes Beigel <[email protected]>
wrote:
> On 16.07.2009, at 00:21, sokai wrote:
>
> You have to provide login credentials for an account that is able to  
> access these pages by setting
>
>    $wgCollectionMWServeCredentials = "USERNAME:PASSWORD";
>
> in your LocalSettings.php (see README.txt of the Collection extension).
>

According to Ralf Schmitt (see
http://groups.google.com/group/mwlib/browse_thread/thread/70e6d6e6711416e7?hl=en),
the password authentication capability is not currently working. If
either of you get this working with the latest version of the
Collection and mwlib software, I'd be grateful if you would update
this post.

> > Do I have to install my own 'mwlib server' (on the same machine like
> > my Mediawiki exists)? *hopenot*

If you choose to host your own mwlib server, you certainly don't need
to host it on the same machine as your Mediawiki. We have several
wikis hosted on a Windows 2008 infrastructure using IIS7.0, but host a
local mwlib server on a Linux machine running Ubuntu 9.04 to avoid the
headache of trying to get mwlib, etc. working under Windows.

All that should be required to use a local renderer is to set the
$wgCollectionMWServeURL variable to the local renderer's URL within
your LocalSettings.php file. e.g.

$wgCollectionMWServeURL = "http://192.168.100.99:8899/";;

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"mwlib" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/mwlib?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to