Table of Contents |
---|
...
On a host that has internet access, download the following items from software.datical https://download.liquibase.com/:
- Linux installer (.jar file) - Example:
DaticalDB-linux.gtk.x86_64-5.12.5833
- Composite repository - Example:
DaticalDBCompositeRepo-5.12.5833.zip
Go to software.daticalto https://download.liquibase.com to / to download files.
2. Verify the JRE Version on the Installation Host
...
10. Install the Database Drivers for the CLI
At the command line, run the following command:
Code Block |
---|
<datical_install_dir>/repl/hammer installDrivers jar:file:/<path_to_repo>/DaticalDBCompositeRepo-<version>.zip\!/ |
...
Code Block |
---|
\!/ |
11. Verify the Install
Run the following commands to verify the install.
Code Block |
---|
hammer checkdrivers hammer show version hammer show license |
...