Versions Compared

Key

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

...

Tested on Ubuntu 17.04 on May 22, 2017 by Former user (Deleted) with attached autoInstall.xml


Code Block
UBUNTU: 


1. Getting Software and license

~$> cd /tmp
/tmp$> ftp SJC-FTP.thruinc.net
   Name:  software.datical.com\bbrown@datical.com
   Password:  password
ftp> cd COMMON/Datical_DB_Software/Datical_DB_4.18.3999
ftp> binary
ftp> get DaticalDB-linux.gtk.x86_64-4.18.3999.jar
ftp> get DaticalDBCompositeRepo-4.18.3999.zip


Get your license.

ftp> quit

2. Get minimum OS setup


/tmp$> sudo apt-get install -y default-jre
/tmp$>
sudo apt install -y unzip
/tmp$> sudo apt install -y xterm
/tmp$>
sudo apt-get install build-essential


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

5.  Verify Install

/tmp$>
hammer checkdrivers
/tmp$>
hammer show version
/tmp$>
hammer show license

Oracle Full Client on Ubuntu (I don't think this works)

...