Versions Compared

Key

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

...

You follow most of the same steps as Theme: Using the GUI and the Update Site to Install Liquibase Business on Windows Systems, but you set up the composite repository to use when you install database drivers and optional SCM plug-ins. 

...

  1. Ensure that "hammer" is in your PATH environment variable. Hammer is installed in <Datical_Install_Directory>\repl. For example, C:\Apps\DaticalDB\repl

  2. To add this to your PATH environment variable for this command prompt session, you would use: SET PATH=%PATH%;C:\Apps\DaticalDB\repl

    • You can add  <Datical_Install_Directory>\repl in your Windows Environment variables for future command prompt sessions. Add it in the Path of the System variables.

  3. Make sure you have your Liquibase Business Composite Repo downloaded on the machine where you are installing your drivers. Assume that your composite repo filename is "DaticalDBCompositeRepo-5.12.5833.zip".

  4. Use this command to install drivers. Command should be run in a CMD shell as an Administrator:
    hammer installDrivers jar:file:/C:/Users/Administrator/Downloads/DaticalDBCompositeRepo-5.12.5833.zip!/

  5. Check installed drivers as:
    hammer checkdrivers

...