homemod_rewritephpos 9linksImpressum
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 Mails

make 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


Taken from http://www.linux-magazin.de/Artikel/ausgabe/1999/11/Local/local.html
Der Aufruf der CPAN-Shell mu§ dann mit perl -e 'use lib "/home/perlmeis/perl-modules"; use CPAN; shell' erfolgen und die Frage nach zusŠtzlichen Parametern fŸr das Kommando perl Makefile.PL richtig beantwortet werden: Parameters for the 'perl Makefile.PL' command? [] > LIB=/home/mike/perl_modules Start the shell and install CGI::Session With my configuration I had to add ".pl" to the SriptSuffix Permissions in the bin directory had to be changed to executable Suffix ".pl" had to be added.