birchconfig
Class install

java.lang.Object
  extended by birchconfig.install

public class install
extends java.lang.Object

Title: Install a BIRCH system.

Copyright: Copyright (c) 2005

Company: University of Manitoba

Description: This program calls external scripts to install a new BIRCH system or update an existing one. It can be run as a method from birchconfig.jar, or as a standalone commandline program

Logfile: $BIRCH/install-birch/install.log.

This program must be run from the $BIRCH/install-birch directory.

To avoid accidently clobbering the master copy of BIRCH, this program will stop and print an error message if the userid of the person runing it is 'psgendb'.


Constructor Summary
install()
           
 
Method Summary
static boolean main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

install

public install()
Method Detail

main

public static boolean main(java.lang.String[] args)