Difference between revisions of "Mediawiki"

From SME Server
Jump to navigationJump to search
Line 10: Line 10:
  
 
==Download==
 
==Download==
You can download this package at ''[http://mirror.contribs.org/smeserver/contribs/dberteld/mediawiki/smeserver-mediawiki-1.6.10-2.noarch.rpm smeserver-mediawiki]'' . If you would like to save it directly on your SME Server, you should give this command at a linux-prompt
+
You can download this package at ''[http://mirror.contribs.org/smeserver/contribs/dberteld/mediawiki/smeserver-mediawiki-1.6.10-3.noarch.rpm smeserver-mediawiki]'' . If you would like to save it directly on your SME Server, you should give this command at a linux-prompt
  wget http://mirror.contribs.org/smeserver/contribs/dberteld/mediawiki/smeserver-mediawiki-1.6.10-2.noarch.rpm
+
  wget http://mirror.contribs.org/smeserver/contribs/dberteld/mediawiki/smeserver-mediawiki-1.6.10-3.noarch.rpm
  
 
==Installation and Uninstall==
 
==Installation and Uninstall==
 
For installation just hit the following command
 
For installation just hit the following command
  yum localinstall smeserver-mediawiki-1.6.10-2.noarch.rpm
+
  yum localinstall smeserver-mediawiki-1.6.10-3.noarch.rpm
 
For uninstall just hit the following command
 
For uninstall just hit the following command
 
  yum remove smeserver-mediawiki
 
  yum remove smeserver-mediawiki
Line 21: Line 21:
  
 
==Use==
 
==Use==
You can find mediawiki in the ''/opt/mediawiki'' directory. For using Mediawiki start your browser with the URL ''http://servername/mediawiki'' and logon with the user ''admin'' + password ''admin''.  
+
You can find mediawiki in the ''/opt/mediawiki'' directory. For using Mediawiki start your browser with the URL ''http://servername/wiki'' and logon with the user ''admin'' + password ''admin''.  
  
 
{{drawBoxWarning|content=For security-reasons, change your admin-password after your first login !}}
 
{{drawBoxWarning|content=For security-reasons, change your admin-password after your first login !}}

Revision as of 22:49, 5 September 2007


Mediawiki 1.6.10 für SME 7.x

Maintainer

Dietmar Berteld
mailto:dietmar@berteld.com

Description

With this RPM you can use the popular Wiki Mediawiki (known as Wikipedia) on your SME 7.x. You can install it as one single package in a very comfortable way. For more information see http://www.mediawiki.org/.

Download

You can download this package at smeserver-mediawiki . If you would like to save it directly on your SME Server, you should give this command at a linux-prompt

wget http://mirror.contribs.org/smeserver/contribs/dberteld/mediawiki/smeserver-mediawiki-1.6.10-3.noarch.rpm

Installation and Uninstall

For installation just hit the following command

yum localinstall smeserver-mediawiki-1.6.10-3.noarch.rpm

For uninstall just hit the following command

yum remove smeserver-mediawiki

You can ignore the yum-comments signal event post-upgrade and signal-event reboot.

Use

You can find mediawiki in the /opt/mediawiki directory. For using Mediawiki start your browser with the URL http://servername/wiki and logon with the user admin + password admin.

Template:DrawBoxWarning

This special SME version is stored at '/opt/mediawiki'. You can change your settings in the file '/opt/mediawiki/LocalSettings.php' .

The default name of the wiki is simlpy 'Wiki'. Change the wiki-name in 'LocalSettings.php' at

$wgSitename         = "Wiki";

The wiki comes with sme styled logo and favicon stored at

/opt/mediawiki/skins/common/images/sme.png
/opt/mediawiki/skins/common/images/sme.ico

You can upload your favorite logo and favicon and change the settings in the file LocalSettings.php as follows

$wgLogo             = "$wgStylePath/common/images/sme.png";
$wgFavicon          = "$wgStylePath/common/images/sme.ico";

The new logo should have 135 x 135 Pixel.


Have much fun with Mediawiki as your preferred Wiki !

Dietmar Berteld (berdie)