http://www.tiddlywiki.com/
Can I use TiddlyWiki as a multi-user/collaborative/server based wiki?
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.
- 1. Verify you have the correct version of PHP installed (ccTiddly 1.8.1 requires PHP5)
- 2. Download ccTiddly and extract all files to a folder on your web server.
- 3. Create a database, you can call it what you like, this database name will need to be entered into the includes/config.php file in step 5
- 4. Run the install.sql file.
- 5. Ensure that the settings in /includes/config.php are correct :
$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
[edit] Tested Configurations
—————————————————



06月 18th, 2009 at 5:55 下午
TiddlyWiki 多用户或服务器版