Main Page
From Wiki
| Revision as of 10:25, 24 April 2007 MediaWiki default (Talk) ← Previous diff |
Revision as of 10:40, 24 April 2007 192.168.249.1 (Talk) Next diff → |
||
| Line 8: | Line 8: | ||
| * [http://www.mediawiki.org/wiki/Help:FAQ MediaWiki FAQ] | * [http://www.mediawiki.org/wiki/Help:FAQ MediaWiki FAQ] | ||
| * [http://mail.wikipedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list] | * [http://mail.wikipedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list] | ||
| + | |||
| + | 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 [http://www.mediawiki.org MediaWiki] as your preferred Wiki ! | ||
Revision as of 10:40, 24 April 2007
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 !
