/[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.33 by joko, Sat Jan 25 10:03:33 2003 UTC revision 1.36 by joko, Sat Jan 25 11:33:37 2003 UTC
# Line 651  x How to get a single file from cvs for Line 651  x How to get a single file from cvs for
651    
652  x cvsgraph still missing: apt-get install cvsgraph  x cvsgraph still missing: apt-get install cvsgraph
653    
654    x viewcvs
655      o change logo at /usr/share/viewcvs/images
656      x removed from template
657      x cvsview-query.cgi didn't work yet!
658        x error was:
659          x tail -f /data/www/virtual/netfrag/log/error_log
660          Traceback (most recent call last):
661            File "/usr/lib/cgi-bin/viewcvs-query.cgi", line 50, in ?
662              import query
663            File "/usr/lib/python2.1/viewcvs/query.py", line 42, in ?
664              import cvsdb
665            File "/usr/lib/python2.1/viewcvs/cvsdb.py", line 34, in ?
666              import dbi
667            File "/usr/lib/python2.1/viewcvs/dbi.py", line 17, in ?
668              import MySQLdb
669          ImportError: No module named MySQLdb
670          [Sat Jan 25 11:16:55 2003] [error] [client 217.231.127.85] Premature end of script headers: /usr/lib/cgi-bin/viewcvs-query.cgi
671        x solution is:      
672          x apt-get install python-mysqldb
673        x use mysql;
674          x insert into db values ('localhost', 'ViewCVS', 'viewcvs', 'Y','Y','Y','Y','Y','Y','N','Y','Y','Y');
675          x insert into db values ('%', 'ViewCVS', 'viewcvs', 'Y','Y','Y','Y','Y','Y','N','Y','Y','Y');
676          x insert into user (host, user, password) values ('localhost', 'viewcvs', password('viewcvs'));
677          x flush privileges;
678        x get viewcvs-tool "make-database" from cvs-repository at sf.net
679            x mkdir -p /opt/viewcvs/tools
680            x cd /opt/viewcvs/tools
681            x wget http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/viewcvs/viewcvs/tools/make-database?rev=1.5
682              x mv make-database\?rev\=1.5 make-database
683              x chmod u+x make-database
684            x ./make-database
685    
686    o docu about uml and filesystem-layer running on gharb for MiniHowTo?
687    
688    o search.php?wiki=1&cvs=1&index=1
689    
690    o get mnoGoSearch running
691      e apt-get install mnoGoSearch
692    
693    o it's not tavi nor tavi-workflow - it's: JustWrite? it's todo! (.todo -> .justdo -> .justwrite -> .done)
694    
695    o ScanToWeb
696    
697    o look at Mailman: http://www.list.org/features.html
698    
699    o use cvsup!?
700    
701    
702  </pre>  </pre>
703    

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.36

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