/[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.20 by joko, Fri Jan 24 21:04:03 2003 UTC revision 1.21 by joko, Fri Jan 24 22:03:25 2003 UTC
# Line 404  x CVSSpam -> nfo.log.cvs Line 404  x CVSSpam -> nfo.log.cvs
404    x add to CVSROOT/loginfo (to the end of the line starting with '^nfo '):    x add to CVSROOT/loginfo (to the end of the line starting with '^nfo '):
405      --to cvs-log@netfrag.org      --to cvs-log@netfrag.org
406    x cvs commit -m "+ added new notification target: 'cvs-log@netfrag.org'" CVSROOT/loginfo    x cvs commit -m "+ added new notification target: 'cvs-log@netfrag.org'" CVSROOT/loginfo
407        x tested with some mini-howto
408      x removed '--to joko@netfrag.org --to jonen@netfrag.org --to bareface@netfrag.org --to janosch@netfrag.org '
409         from CVSROOT/loginfo for module 'nfo'
410      x announce this
411        x added to '/etc/news/nnrp.access':
412          *:Read Post:bareface:bareface:*
413        x /etc/init.d/inn reload
414    
415    x add 'gateways'-repository to chora
416      x nano /data/www/doc/horde/chora/config/cvsroots.php
417      x add lines:
418        # 2003-01-24, joko
419        $cvsroots['gateway'] = array(
420            'name' => 'gateway',
421            'location' => '/var/lib/cvs/gateway',
422            'title' => "$titlePrefix gateway's CVS Repository",
423            'cvsusers' => $cvsusers,
424        );
425    
426    x configured Apache for serving news.netfrag.org
427       x cleaned up /data/www/virtual/netfrag/conf/httpd.conf
428          x ./test.conf
429          x comments
430       x /etc/init.d/apache reload
431       x test: http://news.netfrag.org/
432      
433      
434    
435    o new module for cvs-repository?
436       o nfo/layouts/fs/skel/data
437       o checkout to /data on quepasa.netfrag.org
438    
439            
440  x add to system-conf-repository:  x add to system-conf-repository:
441    x /etc/mail    x /etc/mail
442    x php: cvs-redirect    x php: cvs-redirect
443    x    x
444        
445    o extend WCron
446       x show (per-task) if it's currently running or not: provide buttons to (start, stop, pause, resume or cancel a task...)
447       x use as a frontend for administering nfo/libs/perl/ - backend - tasks(???)
448      
449    x install Horde/Troll
450       x install troll
451         x cd /home/service/download
452         x mkdir horde
453         x cd horde
454         x wget ftp://ftp.horde.org/pub/troll/troll-0.0.2.tar.gz
455         x tar -xzf troll-0.0.2.tar.gz --directory=/data/www/doc/horde/
456       x configure horde
457         x cd /data/www/doc/horde/
458         x nano config/registry.php
459            x add lines:
460             $this->applications['troll'] = array(
461                 'fileroot' => dirname(__FILE__) . '/../troll',
462                 'webroot' => $this->applications['horde']['webroot'] . '/troll',
463                 'icon' => $this->applications['horde']['webroot'] . '/troll/graphics/troll.gif',
464                 'name' => _("News"),
465                 'allow_guests' => true,
466                 'show' => true
467             );
468          x test: http://netfrag.org/horde/
469            o another (more bright) skin for horde@netfrag.org!!!
470            
471      
472    
473  </pre>  </pre>
474    

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

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