Versions Compared

Key

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

Headless installation is difference different from console mode by the fact it does not require any input from the user so it can be done by soe automation agent like Jenkins or ElectricFlow. However it requires an XML file passed as a parameter to the installer instead of the "-console" option) .

...

Tested on Ubuntu 17.04 with attached autoInstall.xml.xml  (Ubuntu was supported with 4.x and 5.x versions of Datical, but not with 6.x or 7.x versions of Datical.)


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/latest/thirdparty

5.  Verify Install

hammer checkdrivers
hammer show version
hammer show license

...