/[cvs]/joko/doc/SampleTasks/joko_2003-01.html
ViewVC logotype

Diff of /joko/doc/SampleTasks/joko_2003-01.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by joko, Fri Jan 24 22:03:25 2003 UTC revision 1.22 by joko, Fri Jan 24 23:04:46 2003 UTC
# Line 465  x install Horde/Troll Line 465  x install Horde/Troll
465               'allow_guests' => true,               'allow_guests' => true,
466               'show' => true               'show' => true
467           );           );
468          x configure Troll
469            x cd troll/config
470            x conf.php
471              x cp conf.php.dist conf.php
472              x nano conf.php
473              x edit:
474                x $conf['news']['server'] = 'news.netfrag.org';
475                x $conf['news']['mailserver'] = 'mail.netfrag.org';
476            x servers.php
477              x cp servers.php.dist servers.php
478              x add:
479                $servers['netfrag.org'] = array(
480                    'name' => 'news.netfrag.org',
481                    'server' => 'news.netfrag.org',
482                    'port' => 119,
483                );
484            x prefs.php
485              x cp prefs.php.dist prefs.php
486            x html.php
487              x cp html.php.dist html.php
488            x permissions
489              x chmod o+r *.php
490              
491            
492        x test: http://netfrag.org/horde/        x test: http://netfrag.org/horde/
493          o another (more bright) skin for horde@netfrag.org!!!          o another (more bright) skin for horde@netfrag.org!!!
494                    

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed