
11 easy steps to set up Veronica.

1.  Edit crontab to add this entry to look something like this...

	0,15,30,45 * * * * barrie /Net/acrobat/barrie/Gopher-Test/kill-tree

2.  Edit kill-tree to take out some of my hardcoded grep commands
    so that it returns the proper info.

	@ps_result = `ps aux | grep barrie | grep perl | grep tree` 

3.  Probably you will need to split up the gopher-servers file into
    smaller files.

4.  go gopher-server

    This will produce the gopher protocol files by site.

5.  split -200 site-name site-name

    This will make smaller files so that more of the work is on 
    the ixFind than on grep

6.  ixBuild -V
  
    This make the indexes.

7.  Edit all of Steve's hard coded entries in veronicad

8.  Edit /etc/services and add an entry like...

    veronicad	8000/tcp

9.  Edit /etc/inetd.conf to look something like this

    veronicad	stream	tcp	nowait	root	/Net/acrobat/barrie/veronicad

10.  niload services . < /etc/services

11.  kill -HUP inetd
