summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2011-February/002763.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-February/002763.html')
-rw-r--r--zarb-ml/mageia-sysadm/2011-February/002763.html132
1 files changed, 132 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-February/002763.html b/zarb-ml/mageia-sysadm/2011-February/002763.html
new file mode 100644
index 000000000..ed0855543
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/2011-February/002763.html
@@ -0,0 +1,132 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-sysadm] mediawiki
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20mediawiki&In-Reply-To=%3C1297904972.20660.157.camel%40akroma.ephaone.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="002742.html">
+ <LINK REL="Next" HREF="002765.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] mediawiki</H1>
+ <B>Michael Scherer</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20mediawiki&In-Reply-To=%3C1297904972.20660.157.camel%40akroma.ephaone.org%3E"
+ TITLE="[Mageia-sysadm] mediawiki">misc at zarb.org
+ </A><BR>
+ <I>Thu Feb 17 02:09:32 CET 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="002742.html">[Mageia-sysadm] mediawiki
+</A></li>
+ <LI>Next message: <A HREF="002765.html">[Mageia-sysadm] mediawiki
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2763">[ date ]</a>
+ <a href="thread.html#2763">[ thread ]</a>
+ <a href="subject.html#2763">[ subject ]</a>
+ <a href="author.html#2763">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Le dimanche 13 f&#233;vrier 2011 &#224; 16:48 +0100, Oliver Burger a &#233;crit :
+&gt;<i> Hi Sysadmins
+</I>&gt;<i>
+</I>&gt;<i> I have finally (almost) finished my work on mediawiki.
+</I>&gt;<i> I put it on the mandrivauser ftp for reviewing (and finishing it). Info
+</I>&gt;<i> below:
+</I>&gt;<i> <A HREF="ftp://ftp.mandrivauser.de/rpm/GPL/2010.2/SRPMS/release/mediawiki-1.16.1-2mud2010.2.src.rpm">ftp://ftp.mandrivauser.de/rpm/GPL/2010.2/SRPMS/release/mediawiki-1.16.1-2mud2010.2.src.rpm</A>
+</I>&gt;<i>
+</I>&gt;<i> First: there is no ldap-extension in the package, since I don't know
+</I>&gt;<i> ldap.
+</I>&gt;<i> Second: the src.rpm creates two rpm packages, a normal mediawiki
+</I>&gt;<i> package and our multilingual one.
+</I>&gt;<i> We should somehow patch it so that normal mediawiki uses its own user
+</I>&gt;<i> registration tool and authentification while the mageia multilingual
+</I>&gt;<i> one should use catdap for registration and ldap for authentification...
+</I>
+Well, that's something that do not requires patching, as when the wiki
+was choosed, ldap authentication was on the required feature list.
+
+&gt;<i> A few notes:
+</I>&gt;<i> I added a few php scripts and one bash script. The bash script can be
+</I>&gt;<i> found in mediawiki's bin directory and is not accessible by the web
+</I>&gt;<i> server.
+</I>&gt;<i>
+</I>&gt;<i> What has to be done manually:
+</I>&gt;<i> - vhost has to be setup in webserver config pointing to
+</I>&gt;<i> /var/www/mediawiki/public/
+</I>
+What is the planned url ?
+<A HREF="http://wiki.mageia.org/$code/">http://wiki.mageia.org/$code/</A> ?
+
+&gt;<i> - my bash script has to be run once for creating the database
+</I>&gt;<i> template, note:
+</I>&gt;<i> my scripts are using a database naming schema of &quot;prefix_&lt;langcode&gt;&quot;,
+</I>&gt;<i> the template is called &quot;prefix_template1.
+</I>
+This would be imho clearer to use mediawiki_&lt;langcode&gt;. We do have
+several application in the server, so it is easier to find who is who.
+
+Also, why is the script in /var/www/ if it is not intended to accessed ?
+Wouldn't /usr/bin be a better location ?
+
+&gt;<i> - mediawiki's setup procedure has to be run once for creating the
+</I>&gt;<i> LocalSettings.php file. As database name enter the name of the template
+</I>&gt;<i> database. At the end of LocalSettings.php you have to add a line
+</I>&gt;<i> include 'LocalSettingsChanges.php';
+</I>
+If there is something to run after installation, it should be in the rpm
+documentation ( not that people do read it, but at least we can tell
+them this is there ).
+
+I also think you should show the spec to shikamaru, as he will ikely
+complain about &quot;apache-mod_php&quot; that prevent to use nginx :p
+
+
+&gt;<i> - edit Languages.php and the languages arry in the bash-script (add
+</I>&gt;<i> all the languages you want) and rerun my bash script again for copying
+</I>&gt;<i> the template and thus creating the per language databases.
+</I>
+I personally would prefer to have our setup separated from the main
+package. I maybe was not clear when we discussed about that, sorry. I
+guess I will reuse your work for the setup still ( once I finish to
+deploy forums ).
+--
+Michael Scherer
+
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="002742.html">[Mageia-sysadm] mediawiki
+</A></li>
+ <LI>Next message: <A HREF="002765.html">[Mageia-sysadm] mediawiki
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2763">[ date ]</a>
+ <a href="thread.html#2763">[ thread ]</a>
+ <a href="subject.html#2763">[ subject ]</a>
+ <a href="author.html#2763">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
+mailing list</a><br>
+</body></html>