Note: An alternative skin, TW4MW (work in progress), is available from the user preferences.

CcTiddly/Installation

TiddlyWiki Community Wiki

< CcTiddly(Redirected from CcTiddlyInstallation)
Jump to: navigation, search

Contents

[edit] 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 3 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



[edit] Previous Versions

Personal tools