Versions Compared

Key

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

...

This installation method can be used for all Windows installations. This method the only method to use if you do not have access to the internet from the host where you are installing Liquibase Business. 

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 as the installation repository to use when you install database drivers and optional SCM plug-ins. 

Installing Liquibase Business

...

3. Install Liquibase Business Clients

Use the GUI installation process. Run the .exe file you downloaded to perform the manual installation of the Liquibase Business Clients. See Installing Liquibase Business Clients on Windows Systems for the steps. You have downloaded the Liquibase Business Client. For example:

Code Block
DaticalDB-win-x86_64-5.12.5833.exe
  1. Double-click on the installer file (.exe).

  2. Click Next

    Image Added

     

  3. Select I accept, then click Next

    Image Added

     

  4. Click Next 

    Image Added

  5. If you are installing in a new directory, you see a message. Click OK.

    Image Added

     

  6. You see a list of software to be installed. Leave all items checked. Click Next 

    Image Added

     

  7. License Path: If you have your license file, browse to it to install it.

    • If you do not have it, you can install it later.

  8. Click Next.

    Image Added

     

  9. You see progress bars. When they have completed, click Next 

    Image Added

     

  10. Select Create additional shortcuts on the desktop, if desired, then click Next.

    Image Added

     

  11. You see Installation Finished. Note the location of the uninstaller program. 

    Image Added

     

  12. Click Done to exit the installer.

4. Configure the GUI to Use the Composite Repository

Configure the GUI to use the Composite Repository as the installation repository for the remaining components. 

  1. Start the Liquibase Business GUI

  2. In the GUI window, select Help > Install New Software. You see the Available Software window.

  3. To the right of the Work with field, click Add. You see the Add Repository dialog.

    • Name: Enter the name, Liquibase Business Composite Repository 

    • Location: Click Archive, then use the file browser to select the composite repository zip file that you downloaded

...

    • .  For example: DaticalDBCompositeRepo-5.12.5833.zip

5. Install Database Drivers and SCM Plug-ins for the Eclipse GUI

  1. In the GUI window, select Help > Install New Software. You see the Available Software window.

  2. To the right of the Work with field, click the menu to see the list of repositories. 

    • Select composite repository you added, Liquibase Business Composite Repository

  3. Select Database Drivers and (optionally) one or more SCM plug-ins, then click Next.

    • The SCM Plug-ins allow you to perform source control operations from the Datical DB GUI for Subclipse/SVN/Subversion. Installing a SVN plug-in is optional. You can also choose to work directly with SCM applications.  Note that Git functionality is already included, so you do NOT need to install any plug-ins if you use Git as your source control.

  4. Follow the prompts to complete the installation and restart Liquibase

...

  1. Business

6. Install JDBC Drivers in Liquibase Business for Command Line Operations

For command line operations, typically for automation tools, Datical DB needs to have JDBC database drivers installed in "REPL" directory.

  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

...

  1. 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.

  2. 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".

  3. 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!/

  4. Check installed drivers as:
    hammer checkdrivers