Versions Compared

Key

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

...

Code Block
sudo apt-get install -y default-jre
sudo apt install -y unzip
sudo apt install -y xterm
sudo apt-get install build-essential


4. Install Datical

sudo mkdir /opt/DaticalDB_4.18.3999
sudo chmod 777 /opt/DaticalDB_4.18.3999
sudo ln -sf /opt/DaticalDB_4.18.3999/ /opt/DaticalDB
java -jar DaticalDB-linux.gtk.x86_64-4.18.3999.jar autoInstall.xml
cp *-admin.lic /opt/DaticalDB
cp *-admin.lic /opt/DaticalDB/repl
export PATH=$PATH:/opt/DaticalDB/repl
hammer installDrivers http://update.datical.com/drivers/updates

* Note that the http://update.datical.com/drivers/updates older url is appropriate for Datical versions 5.12 or lower.  If you are using Datical versions 2019.2.2 or higher then the newer url should be http://update.datical.com/latest/thirdparty instead.

5.  Verify Install

hammer checkdrivers
hammer show version
hammer show license

...