To run DokuWiki, a web server with PHP is needed.
Most Windows users are not very comfortable with installing and configuring a web server, even though there are quite simple solutions available already.
Wouldn't it be nice if you could just start an .exe file and have your wiki up and running? Wouldn't it be even cooler if this would work without any complicated install at all? And wouldn't it be really cool if all this could work from an USB flash drive to make your wiki portable between different PCs?
Well, that just happened
. I hereby present “DokuWiki on a Stick”.
Just download the Zip file, extract it and follow the instructions given in the README.txt. It basically boils down to running the mapache.exe and pointing your Browser to http://localhost:8800/.
All data is kept inside the the DokuWikiStick directory and takes about 10MB.
The whole thing works through the excellent MicroApache distribution which is a stripped down Apache 2.0 with a stripped down PHP 4.4.7. All I had to do was some config tweaking and adding the GDlib for PHP.
Update: A new release is available.
This is the personal web site of Andreas Gohr
- human being, blogger and web geek from Berlin, Germany.
This page was last updated at
2008/05/16 22:14.
Imprint/Impressum
Tagged at del.icio.us:
apache usb windows portable opensource php software dokuwiki tool freeware wiki
Bookmarks: 62
Most popular:
Elsewhere:
Recent readers:
I (easily) updated it to PHP 5 with these files;
php5apache2.dll
php5ts.dll
php_gd2.dll
and optionally :)
php_pdo.dll
php_pdo_sqlite.dll
And this change to httpd.conf;
LoadModule php5_module "php5apache2.dll"
(Sorry for posting this info here but microapache has no comments or forum...)
Cheers from Sunny Australia.