This is the guide I started working with:
[
meta.wikimedia.org]
I've got the mediawiki running.
I'll start the guide myself (and update It whenever i figure something out):
INTRO
I wanted to start a demo wiki. Here is what I did:
1. Install Wampserver:
No problems here. Download - install (default install).
2. Config php/mysql:
- Added system variables (to PATH and PATHEXT),
- modified some variables in php.ini.
I did this according to the "mediawiki on windows guide", mentioned above.
3. Extract mediawiki-1.8.2.tar.gz to c:\vamp\www\mediawiki\ using winrar.
(I actually didn't do this at first (extracted to c:\mediawiki\)... but later moved the files to the \www folder.)
* Removed * the "Install IIS (Internet Information Services)" and "Configure ISS" steps. Someone with better knowledge of this whispered that ISS was not necessary: See post below.)
4. Configure Mediawiki:
When [
localhost] in IE (or any other webbrowser) does not give you the 403 error message any more, you're ready to begin the Mediawiki configuration (Mediawiki will appear in your webbrowser and redirect you to the config part).
Fill in the Mediawiki config-options and press the install button at the bottom of the page.
When I finally managed to fill inn the options correctly it started installing... then complained about not having write permissions. The Mediawiki installation told me to manually copy the displayed code into a file.
Create /mediawiki/LocalSettings.php, and copy the displayed code into this file...
[
localhost] now displays my wiki! ...
... although its contents are not as full as the wikipedia.org one.
5. Start using your wiki.
/me
Post Edited (01-09-07 12:40)