JGOFS software installation v1.5
We have revised the basic software in this version, which adds:
- Routines to align fields in HTML output. How to width align your data.
- Better error handling.
- A nicer directory routine written in the Perl language.
All methods distributed with this version (v1.5) have been modified to provide these features. However,
if you wish to convert a home-grown method (i.e., one that is NOT distributed here) to use these new features, you must:
- Add an iowidth_ subroutine entry point in your method. NOTE: Even if you do not wish to add width sensing to your inner method, to use the new outer you must insert a stub for iowidth_().
- Change all calls to err() to call the routine
error_() which will report errors. How to make calls to error_()
- If you wish to run a directory routine on a PC server, Perl will be a necessity. On UNIX systems, you may still use the old csh script, but the Unix PERL version will have some enhancements.
We are planning a new release next year, v2, which will have more substantive
changes. However, we'll guarantee that modifications to your methods made in accordance with (1)
will be compatible with the v2 software.
If you have questions about what is being planned in the next or successive updates, or wish to contribute some suggestions for updates, please contact glenn@lake.mit.edu.
Request form:
Installation Procedure
Once you have the tar file, login in another window or change
directories to the place where you want to install the software and
then follow these steps (commands to type are in this font):
- tar -xvf /tmp/jgofs.tar -- This unpacks the source
files.
- build -- This makes the software as requested. Read the INSTALL.doc for additional information.
- Follow the instructions on how to re-configure HTTPD for serving data.
Testing
After you've installed the daemon and have it running,
try the following from a browser:
http://yourmachinename/jg/serv/test.html0
which should give you the top level of hydrographic data.
Problems?
glenn@lake.mit.edu