http://www.tiddlywiki.com/

 

Can I use TiddlyWiki as a multi-user/collaborative/server based wiki?

http://tiddlywikiguides.org/index.php?title=Can_I_use_TiddlyWiki_as_a_multi-user/collaborative/server_based_wiki%3F

 

server-side adaptations of TiddlyWiki
——————————————————

http://tiddlywiki.org/wiki/CcTiddlyInstallation

 

New Requirements


[edit] Mod-Rewrite

If you wish to use nice friendly URLs. (wiki.osmosoft.com/simonmcmanus instead of wiki.osmosoft.com/?workspace=simonmcmanus) You will need to have mod-rewrite enabled. If you dont/cant/wont enable it then ensure $tiddlyCfg['use_mod_rewrite'] is set to 0 in the config.php file.

If you want help turning on mod-rewrite read over this blog post

[edit] DOM/XML

This is only required for OpenID. If you don’t have DOM/XML try installing it with YUM.

[edit] Install Process

Note: A BETA (use at your own risk!!!) automated install script for LINUX/BSD users is available here.

$tiddlyCfg['db']['host'] = "127.0.0.1"; sql host
$tiddlyCfg['db']['login'] = "DATABASEUSERNAME"; database login name
$tiddlyCfg['db']['pass'] = "DATABASEPASSWORD"; database login password
$tiddlyCfg['db']['name'] = "DATABASENAME"; db name (from step 2 above)
  • 6. If there is not already a .htaccess file in your root directory then you will need to create the file manually and copy the text from the following URL :
http://svn.tiddlywiki.org/Trunk/association/serversides/cctiddly/Trunk/.htaccess
  • 7. Visit the root of your server.
  • 8. Login as admin/password and click "password" on the right to change it.
  • Hey presto, it should all be set up for you. Enjoy.

[edit] Installation Translations

German

[edit] Tested Configurations

XAMPP

—————————————————

http://tiddlyhome.bidix.info/