Server/MediaWiki: Unterschied zwischen den Versionen

Aus Wiki StuRa HTW Dresden
Zur Navigation springen Zur Suche springen
KKeine Bearbeitungszusammenfassung
Zeile 17: Zeile 17:
=== tatsächliche Installation ===
=== tatsächliche Installation ===


[[mediawikiwiki:manual:Running MediaWiki on FreeBSD#FreeBSD&nbsp;10.1]]<sup>[https://www.mediawiki.org/w/index.php?title=Manual_talk:Running_MediaWiki_on_FreeBSD&oldid=1317311#FreeBSD_10.1]</sup>
: <code>pkg</code>
 
: <code>pkg install mysql55-server</code>
<!--
<pre>
Message for mysql55-server-5.5.41:
************************************************************************
 
Remember to run mysql_upgrade the first time you start the MySQL server
after an upgrade from an earlier version.
 
************************************************************************
</pre>
-->
 
: <code>pkg install apache24</code>
<!--
<pre>
Message for apache24-2.4.10_2:
To run apache www server from startup, add apache24_enable="yes"
in your /etc/rc.conf. Extra options can be found in startup script.
 
Your hostname must be resolvable using at least 1 mechanism in
/etc/nsswitch.conf typically DNS or /etc/hosts or apache might
have issues starting depending on the modules you are using.
</pre>
-->
 
: <code>pkg install mod_php5</code>
<!--
<pre>
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LC_ALL = "de.UTF-8",
        LANG = "de.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
[activating module `php5' in /usr/local/etc/apache24/httpd.conf]
Message for mod_php5-5.4.35,1:
***************************************************************
 
Make sure index.php is part of your DirectoryIndex.
 
You should add the following to your Apache configuration file:
 
<FilesMatch "\.php$">
    SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.phps$">
    SetHandler application/x-httpd-php-source
</FilesMatch>
 
***************************************************************
</pre>
-->
 
: <code>pkg install mod_php5</code>
<!--
<pre>
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LC_ALL = "de.UTF-8",
        LANG = "de.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
[activating module `php5' in /usr/local/etc/apache24/httpd.conf]
Message for mod_php5-5.4.35,1:
***************************************************************
 
Make sure index.php is part of your DirectoryIndex.
 
You should add the following to your Apache configuration file:
 
<FilesMatch "\.php$">
    SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.phps$">
    SetHandler application/x-httpd-php-source
</FilesMatch>
 
***************************************************************
</pre>
-->
 
: <code>pkg install mediawiki123</code>
<!--
<pre>
**** NOTE ****
Remember to check
 
%25%25MEDIAWIKIDIR%25%25/INSTALL
 
and
 
%25%25MEDIAWIKIDIR%25%25/UPGRADE
 
for details
</pre>
-->
 
==== tatsächliche Installation Siehe auch ====
* [[mediawikiwiki:manual:Running MediaWiki on FreeBSD#FreeBSD&nbsp;10.1]]<sup>[https://www.mediawiki.org/w/index.php?title=Manual_talk:Running_MediaWiki_on_FreeBSD&oldid=1317311#FreeBSD_10.1]</sup>


[[Kategorie:Server]]
[[Kategorie:Server]]
[[Kategorie:Wiki]]
[[Kategorie:Wiki]]

Version vom 17. Dezember 2014, 21:10 Uhr

Achtung

Dieser Artikel ist ein exemplarischer Artikel.

Es handelt sich hierbei nicht um die Instanz MediWiki als Wiki vom StuRa. Dazu dienen die Artikel:

Installation

Randbedingungen

OS
FreeBSD 10.1
Paketverwaltung
freebsd-man:pkgng (statt freebsd-man:make)

tatsächliche Installation

pkg
pkg install mysql55-server
pkg install apache24
pkg install mod_php5
pkg install mod_php5
pkg install mediawiki123

tatsächliche Installation Siehe auch