Versions Compared

Key

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

...

  • A profile of "Updatedb" must be specified
  • run.config - the standard configuration file specified as a -D parameter
  • hibernate.hbm2ddl.auto - defaulted to "update" can be used with "create" for an initial creation.

 

Samples

Sample command line call of the admin tool to create a DB:

...

Code Block
% cd ~/code/admin/updatedb
% mvn install -Drun.config=~/home/ihtsdo/config/config.properties -PUpdatedb install

 

Sample Eclipse run configuration:

...