Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Copy the entire <quickstart>/bedework/config/bwbuild directory ... most typically to the home directory of the user building the system.
  2. Copy an appropriate configuration directory for your use, e.g. copy bwbuild/jboss-postgresql to bwbuild/myconfig.
  3. Edit the -ds.xml file for each database.  There are five databases to create and five datasource files.  Set the <connection-url>, <user-name>, and <password> in each.
  4. Add any overrides to bwbuild/myconfig/cal.properties -- copy in text from bwbuild/.defaults/cal.properties as needed (but don't overwrite the org.bedework.global.hibernate.dialect property!)
  5. Copy bwbuild/.defaults/cal.options.xml to bwbuild/myconfig/cal.options.xml; set appropriate values for <tzid> and <systemid>

...