/[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.89 by joko, Tue Jan 28 20:03:47 2003 UTC revision 1.91 by joko, Tue Jan 28 22:35:02 2003 UTC
# Line 834  x get mnoGoSearch running Line 834  x get mnoGoSearch running
834    x dpkg-reconfigure mnogosearch-common    x dpkg-reconfigure mnogosearch-common
835    x su postgres    x su postgres
836    x /usr/lib/postgresql/bin/createuser mnogosearch    x /usr/lib/postgresql/bin/createuser mnogosearch
837      x /usr/lib/postgresql/bin/createdb mnogosearch
838        
839        x changed to "mysql" in /etc/mnogosearch/indexer.conf and
840          e deployed schemas at /usr/share/doc/mnogosearch-common/create/mysql/
841              x mysql -e "insert into user (host, user, password) values ('localhost', 'mnogosearch', password('mno123'));" mysql
842              c mysql -e "insert into user (host, user, password) values ('%', 'mnogosearch', password('mno123'));" mysql
843          x mysql -e "insert into db values ('localhost', 'mnogosearch', 'mnogosearch', 'Y','Y','Y','Y','Y','Y','N','Y','Y','Y');" mysql
844          x mysql -e "create database mnogosearch;"
845          x cd /usr/share/doc/mnogosearch-common/create/mysql/
846          x mysql mnogosearch < categories.txt
847          x mysql mnogosearch < crc-multi.txt
848        x deployed schemas at /usr/share/doc/mnogosearch-common/create/pgsql/
849          x psql -U mnogosearch mnogosearch < create.txt
850          x ...
851        x added to /data/www/virtual/netfrag/conf/applications.conf
852          php_value include_path /usr/share/mnogosearch-php:/etc/mnogosearch-php
853          Alias /search/ /var/www/search.php
854        x apt-get install php4-pgsql
855    
856  o it's not tavi nor tavi-workflow - it's: JustWrite? it's todo! (.todo -> .justdo -> .justwrite -> .done)  o it's not tavi nor tavi-workflow - it's: JustWrite? it's todo! (.todo -> .justdo -> .justwrite -> .done)
857    

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.91

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