blob: 775303635f0e70b3fff3b2505e71f7d77da300ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-discuss] Mediawiki installation not pulling in whats required?
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mediawiki%20installation%20not%20pulling%20in%20whats%0A%20required%3F&In-Reply-To=%3C4F72FF8B.20208%40mageia.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="006805.html">
<LINK REL="Next" HREF="006807.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-discuss] Mediawiki installation not pulling in whats required?</H1>
<B>Oliver Burger</B>
<A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Mediawiki%20installation%20not%20pulling%20in%20whats%0A%20required%3F&In-Reply-To=%3C4F72FF8B.20208%40mageia.org%3E"
TITLE="[Mageia-discuss] Mediawiki installation not pulling in whats required?">obgr_seneca at mageia.org
</A><BR>
<I>Wed Mar 28 14:09:47 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="006805.html">[Mageia-discuss] Mediawiki installation not pulling in whats required?
</A></li>
<LI>Next message: <A HREF="006807.html">[Mageia-discuss] Mediawiki installation not pulling in whats required?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#6806">[ date ]</a>
<a href="thread.html#6806">[ thread ]</a>
<a href="subject.html#6806">[ subject ]</a>
<a href="author.html#6806">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Am 28.03.2012 13:33, schrieb John Bowden:
><i> Hi
</I>><i> I been tinkering with setting up a test wiki @home to test out my mag
</I>><i> wiki pages before going live. After failing on one pc and succeeding on
</I>><i> a second box, both of which had task-lamp pre installed. I thought it
</I>><i> might be a good idea to do a page on our wiki.
</I>><i> If mediawiki is installed onto a box without the LAMP stack should
</I>><i> installing mediawiki also pull in mysql (mag1) or mariadb (mag2), php,
</I>><i> and apache? Or would that be for say a task-mediawiki (I know one
</I>><i> does not exist). Just wandering before I proceed with the page for our
</I>><i> wiki
</I>The current setup of our mediawiki package - which will be changed but
not before Mga2 release - does some strange things.
The package mediawiki requires mediawiki-minimal which itself requires
php-mysql and php-pgsql.
It can now be discussed, why php-mysql and php-pgsql do not require php
itself and a webserver.
This should perhaps filed as a bugreport assigned to the php maintainer,
it's imho not a good idea to let mediawiki require php directly Other
distros - iirc fedora - do provide a php package for use with a
webserver and another one for use on the cli.
Php itself can be used as a script language on the command line as well.
The database server itself is explicitely not required, since you can
use a database running on a different server.
It's not a good idea to let mediawiki require the database server
itself, since it will bloat a server setup which relys on a remote
database server.
Oliver
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="006805.html">[Mageia-discuss] Mediawiki installation not pulling in whats required?
</A></li>
<LI>Next message: <A HREF="006807.html">[Mageia-discuss] Mediawiki installation not pulling in whats required?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#6806">[ date ]</a>
<a href="thread.html#6806">[ thread ]</a>
<a href="subject.html#6806">[ subject ]</a>
<a href="author.html#6806">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss
mailing list</a><br>
</body></html>
|