|
|
|
install the missing perl modules perl -MCPAN -eshell CGI CGI::Session Follow the instructions found in http://twiki.org/cgi-bin/view/Codev/TWikiOnMacOSXTiger Take account to the following changes in the Authentication Section - do replace the placeholders {PlaceHolderName} in .htaccess in /Users/yourname/Sites/wiki/bin with the path found in the configuration - change the owner of the .htaccess file 'chown www .htaccess' - add your WikiName (you will be admin) to 'htpassd -c /path_to_data_dirctory/wiki/data/.htpasswd AdminName' - change the ownership of /path_to_data_dirctory/wiki/data/.htpasswd to 'www' Change the Configuration at http://localhost/wiki/bin/configure to {LoginManager} TWiki::Client::TemplateLogin Login in with AdminName Go to http://localhost/wiki/bin/view/Main/TWikiAdminGroup 1. Verify that user authentication is working -> you have done this alredy by logging in 2. set the members of TWiki Administrator Group in GROUP -> should be AdminName 3. enable the ALLOWTOPICCHANGE variable by removing # sign, -> save the changes go to http://localhost/wiki/bin/view/TWiki/TWikiPreferences to do site wide configuration |
Registration Mailsmake to following changes to generate registration mails trough your isp (expects a known sender mail address)/etc/postfix/main.cf mydomain = yourVaild.domainName myorigin = $mydomain Whereas you did set your e-mail address in http://localhost/dwiki/bin/view/TWiki/TWikiPreferences |