Main Page
From Wiki
| Revision as of 14:51, 31 May 2008 166.61.234.85 (Talk) ← Previous diff |
Revision as of 14:53, 31 May 2008 166.61.234.85 (Talk) Next diff → |
||
| Line 1: | Line 1: | ||
| <big>'''MediaWiki has been successfully installed.'''</big> | <big>'''MediaWiki has been successfully installed.'''</big> | ||
| - | [[Rapunzel]] | + | |
| Consult the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] for information on using the wiki software. | Consult the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] for information on using the wiki software. | ||
Revision as of 14:53, 31 May 2008
MediaWiki has been successfully installed.
Consult the User's Guide for information on using the wiki software.
Getting started
For using Mediawiki start your browser with the URL http://servername/mediawiki and logon with the user admin + password admin.
For security-reasons, change your admin-password after your first login !
Tips
This special SME version is stored at '/opt/mediawiki'. You can change your settings in the file '/opt/mediawiki/LocalSettings.php' ändern.
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 !
