NAME

CGIBurn smartinstall - CGIBurn Installer


SYNOPSIS

Installs CGIBurn into the directories specified in the configuration file cgi-data/conf/cgiburn.conf. See CONFIG for more information on editing the configuration.

  smartinstall [-qQ -d debug-level] [-il]

  -i: Do an in-place install; don't copy anything, just fix scripts,
      build config cache, etc.
  -l: Do a symlink install; first do an inplace install, then make the
      appropriate symlinks to make this work.
  -q: quiet; don't print chatter messages
  -Q: REALLY quiet; don't print anything, even errors
  -d: Print extra debugging messages at level debug-level
  -h: display help
  -r: Relax!  Let things install even if it looks like they might not
      work.
  -m: Make any parent directories necessary, even if it looks like
      a stupid thing to do.

These options are passed on to other installation programs run by smartinstall that recognize them


DESCRIPTION

Makes the appropriate directories, files, and symlinks to install CGIBurn in the directories specified in cgi-data/conf/cgiburn.conf. Runs checkconf to generate the configuration cache and index.html file, fixallperl to fix the startup line on all Perl scripts, fixhipri to fix one special-case script, and testps to search for and install the proper PS module for your system.


SEE ALSO

CGIBurn README, CGIBurn CONFIG, checkconf, fixallperl, fixhipri, testps, CGIBurn::ConfParse, CGIBurn::ConfVars.