summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2011-February/002765.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-February/002765.html')
-rw-r--r--zarb-ml/mageia-sysadm/2011-February/002765.html132
1 files changed, 132 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-February/002765.html b/zarb-ml/mageia-sysadm/2011-February/002765.html
new file mode 100644
index 000000000..d587eb297
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/2011-February/002765.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=%3CAANLkTim%3DDy3%3Dcx%3D6fUz%2BCiTi72YMN6-0nz81X_P19DOG%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="002763.html">
+ <LINK REL="Next" HREF="002769.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] mediawiki</H1>
+ <B>Oliver Burger</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20mediawiki&In-Reply-To=%3CAANLkTim%3DDy3%3Dcx%3D6fUz%2BCiTi72YMN6-0nz81X_P19DOG%40mail.gmail.com%3E"
+ TITLE="[Mageia-sysadm] mediawiki">oliver.bgr at googlemail.com
+ </A><BR>
+ <I>Thu Feb 17 08:05:00 CET 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="002763.html">[Mageia-sysadm] mediawiki
+</A></li>
+ <LI>Next message: <A HREF="002769.html">[Mageia-sysadm] mediawiki
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2765">[ date ]</a>
+ <a href="thread.html#2765">[ thread ]</a>
+ <a href="subject.html#2765">[ subject ]</a>
+ <a href="author.html#2765">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>2011/2/17 Michael Scherer &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">misc at zarb.org</A>&gt;
+&gt;<i> Le dimanche 13 f&#233;vrier 2011 &#224; 16:48 +0100, Oliver Burger a &#233;crit :
+</I>&gt;<i> &gt; First: there is no ldap-extension in the package, since I don't know
+</I>&gt;<i> &gt; ldap.
+</I>&gt;<i> &gt; Second: the src.rpm creates two rpm packages, a normal mediawiki
+</I>&gt;<i> &gt; package and our multilingual one.
+</I>&gt;<i> &gt; We should somehow patch it so that normal mediawiki uses its own user
+</I>&gt;<i> &gt; registration tool and authentification while the mageia multilingual
+</I>&gt;<i> &gt; one should use catdap for registration and ldap for authentification...
+</I>&gt;<i>
+</I>&gt;<i> Well, that's something that do not requires patching, as when the wiki
+</I>&gt;<i> was choosed, ldap authentication was on the required feature list.
+</I>No ldap-support itself doesn't need patching, it's just an extension
+to add and some
+configuration strings in LocalSettings.php that have to be set after
+installation and
+initial mediawiki setup.
+But shouldn't we use identity.mageia.org instead of mediawiki's own registration
+tool? Or can this be done by configuration in LocalSettings.php?
+blingme told me in webteam meeting yesterday he could help.
+
+&gt;<i> What is the planned url ?
+</I>&gt;<i> <A HREF="http://wiki.mageia.org/$code/">http://wiki.mageia.org/$code/</A> ?
+</I>I think, the planned URL was &quot;<A HREF="http://wiki.mageia.org/&lt;langcode">http://wiki.mageia.org/&lt;langcode</A>&gt;&quot;, I
+think it's the one
+people will go to automatically.
+&gt;<i>
+</I>&gt;<i> &gt; - my bash script has to be run once for creating the database
+</I>&gt;<i> &gt; template, note:
+</I>&gt;<i> &gt; my scripts are using a database naming schema of &quot;prefix_&lt;langcode&gt;&quot;,
+</I>&gt;<i> &gt; the template is called &quot;prefix_template1.
+</I>&gt;<i>
+</I>&gt;<i> This would be imho clearer to use mediawiki_&lt;langcode&gt;. We do have
+</I>&gt;<i> several application in the server, so it is easier to find who is who.
+</I>The &quot;prefix&quot; can be chosen in the script as you wish. I personally would use
+&quot;mediawiki_&lt;langcode&gt;&quot; myself.
+&gt;<i>
+</I>&gt;<i> Also, why is the script in /var/www/ if it is not intended to accessed ?
+</I>&gt;<i> Wouldn't /usr/bin be a better location ?
+</I>&gt;<i>
+</I>&gt;<i> &gt; - mediawiki's setup procedure has to be run once for creating the
+</I>&gt;<i> &gt; LocalSettings.php file. As database name enter the name of the template
+</I>&gt;<i> &gt; database. At the end of LocalSettings.php you have to add a line
+</I>&gt;<i> &gt; &#160; &#160; &#160; include 'LocalSettingsChanges.php';
+</I>&gt;<i>
+</I>&gt;<i> If there is something to run after installation, it should be in the rpm
+</I>&gt;<i> documentation ( not that people do read it, but at least we can tell
+</I>&gt;<i> them this is there ).
+</I>Will do. I will create another rpm today with the ldap extension and
+some changes.
+
+&gt;<i>
+</I>&gt;<i> I also think you should show the spec to shikamaru, as he will ikely
+</I>&gt;<i> complain about &quot;apache-mod_php&quot; that prevent to use nginx :p
+</I>I was just reusing the old Mandriva mediawiki src.rpm but I will show
+it to him...
+
+&gt;<i> I personally would prefer to have our setup separated from the main
+</I>&gt;<i> package. I maybe was not clear when we discussed about that, sorry. I
+</I>&gt;<i> guess I will reuse your work for the setup still ( once I finish to
+</I>&gt;<i> deploy forums ).
+</I>You mean two src.rpms? No problem, can be done. I just thought it
+would be easier
+this way, both flavors do use the same source code after all.
+
+Oliver
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="002763.html">[Mageia-sysadm] mediawiki
+</A></li>
+ <LI>Next message: <A HREF="002769.html">[Mageia-sysadm] mediawiki
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2765">[ date ]</a>
+ <a href="thread.html#2765">[ thread ]</a>
+ <a href="subject.html#2765">[ subject ]</a>
+ <a href="author.html#2765">[ 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>