Will this still be correct for the tarball for the next release:
Then create a schooltool instance (${instance} is the directory to create the
instance in):
$ ./bin/mkschooltoolinst -d${instance}
Change to the instance and test it:
$ cd ${instance}
$ ./bin/test -ufv --testschooltool
Then you can start the server:
$ ./bin/schooltool
???
--Tom