Index

webbrick_util

  1. commands
  2. comments

webbrick_util is a command line interface that provides some generic tools to assist the installer. The main task is the ability to create a new site configuration with a default set of page templates and event configuration.

NOTE: typing webbrick_util --help may show commands that are as yet to be implemented.

commands

--new

This command creates a new set of site configurations, to use this create a new directory for the files, go into the directory and issue webbrick_util --new.

Note: If files already exist in the directory they willo not be overwritten. This can therefore be used to get copies of deleted files and new files when upgrading.

comments

On the Linux platform the site configuration by default is in /opt/webbrick/site, the init scripts will start the gateway up looking for prod.cfg in this directory. Multiple configurations may be kept on the system in different directories but the gateway will have to be started manually or the init script edited to pick up the alternate configuration.