MediaWiki - CMS |
3 Installation of MediaWiki |
15.06.2007 |
| ← 2.1 Use Cases | [ up ] - [ A - Z ] - [ top ] | 3.1 Configuration / First Steps → |
3.1 Configuration / First Steps 3.2 Post Installation Files
Requirements / Prerequisites
- Apache
- PHP
- MySQL
- eAccelerator (if running in Cache mode)
- GD library or ImageMagick (if image thumbnailing enabled)
yum install ImageMagick
Reto's very quick installation guide
- Download MediaWiki: www.mediawiki.org/wiki/Download↑
gzip -cd mediawiki-1.5.2.tar.gz|tar -x- Move the extracted directory (e.g. mediawiki-1.5.2) to your webserver's document root.
- Make your webserver user to the owner of the extracted files.
chown -R nobody wiki-foo- Create a database user.
mysql> GRANT ALL PRIVILEGES ON *.* TO 'wikiuser'@'localhost'; mysql> CONNECT mysql; -- connect to system table mysql> UPDATE user SET Password=PASSWORD('foo') WHERE User='wikiuser' AND Host='localhost'; mysql> FLUSH PRIVILEGES;- Open URL (e.g.) localhost/wiki-foo/config/↑
- cd to your Wiki path
mv config/LocalSettings.php .Post Installation stuff:
- Enable uploading: Uploading
- Block anonymous users
Security Issue:
cd wiki_path; mv maintenance maintenance_smth
I have tested MediaWiki 1.5.2 with PHP 5.0.4 (apache2handler) and MySQL 4.1.14.
Check Version(s) of MediaWiki installation:
localhost/wiki/index.php/Special:Version↑
See also:
Post installation files
← 2.1 Use Cases
A - Z Index
Top
Disclaimer
3.1 Configuration / First Steps →
$Id: installation.html,v 1.130 2007/06/15 11:49:14 webcms Exp $
copyright © 2005-2007 by reto