project
project summary freshmeat entry development infos mailing list WebInstaller database tools ChangeLog
page plugins
ProtectedEmail PowerSearch README README.config README.plugins README.fragments ProtectedMode INTERNALS WordIndex AboutPlugins PhpInfo OrphanedPages ListOfPluginHooks RSS RecentChanges PageIndex NewestPages SearchPages MostVisitedPages MostOftenChangedPages UpdatedPages
usage hint
Hint: Some administrative tasks are automated with ewiki, by the activation of the many available cron job scripts (work even without cron daemon).
Servers
ErfurtWiki works right out of the box on my RH9 system with Apache 2.0, PHP 4.2.2 and MySQL 3.23.56. Within the FlatFile Mode MySQL is not needed.
With a little code-tweaking, I also run it on my Zaurus SL-5000 (which has a 240x320 display). There, it's running under Apache 1.3.24, PHP 4.2.3 and MySQL 3.22.32.
Ted ( poet at theworld dot com )
I'm using Erfurtwiki in a server with OpenBSD 3.7, Apache 1.3.29, PHP 5.0.4, SQLite 2.8.16, ewiki-R1.02b. Works fine. To open the database I just had to use in config.php:
require_once("DB.php");
include("plugins/db/any.php");
$ok=anydb_connect('//var/www/users/fpv/fpv/db/', , ,
'ewiki.db?mode=0666', 'sqlite');
anydb_handle($ok);
And:
mkdir /var/www/users/pablo/fpv/db chown www:www /var/www/users/pablo/fpv/db
ewiki runs fine on Mac OS X 10.3 and 10.4 with Apache 1.3 and php 4.4 and mysql. karl±michael·schindler»physik
Some changes are needed for EWikionWindows, but not too many anymore.
Clients
ErfurtWiki seems to support full unix systems as client and host. When administering the wiki site on a host using a unix system and you are using windows, then you will have problems with downloading uploaded images. See:
- Image Uploading
- the Forum (Error messages ftp transfer)
- "Images and theire Filenames" in UserSuggestions.
- README and *EWIKI_DBFILES_ENCODE for an easy 'solution'
for further information.