Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Copy the distributed configurations to your home directory

Bedework uses a configuration directory to store multiple configurations. The quickstart copy of this directory is at <quickstartDirectory>/bedework/config/bwbuild.

Copy the entire directory structure -- bwbuild on down -- into your home directory (/home/userid on many Unix systems and C:\Documents Settings\userid or C:\Users\userid on a typical Windows system).   So, for example, the bwbuild directory in windows would live here:  C:\Users\userid\bwbuild

You may choose to copy the bwbuild directory structure to another directory. Some prefer to keep the configuration files in the vicinity of their Bedework files.  If you do so, add -bwchome <config-directory> to your Bedework build commands.  This will become clearer as you read on.

Inside bwbuild you will find a number of example configurations in subdirectories, for example default and jboss-mysqldefault is configured to use Apache Derby.

Copy one of the configurations to create your own

Choose the sample configuration that is the best fit  -- jboss-postgresql, for example, because you plan to use postgresql -- and make a copy of it (the directory tree)  You might name your copy for your organization: mycompany or myuniversity.

Why copy the whole configuration tree? There are hidden directories (.platform, in particular) that must be present in your configuration directory.   After you copy the bwbuild tree, you can remove any configurations you aren't using.

  • No labels