Versions Compared

Key

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

...

  • the required packages are installed via apt-get

  • Java 11 (JDK) is installed

  • Java Home variable is setted

  • Python is installed

  • the time and date of the server is uptodate

  • increase the default value of Open of 

  • Open Files Limit

STEP 0

You can download an init script (.sh) for Datafari that will download all the required dependencies : The scripts are attached to this page https://datafari.atlassian.net/wiki/pages/viewpageattachments.action?pageId=110788634

Check the related documentation for detailed information  : Software requirements

STEP 1

You now need to download datafari. If you are a debian/ubuntu user, here is the command:

Code Block
wget https://www.datafari.com/files/debian/datafari.deb

STEP 2

To install Datafari you need to be root (enter sudo -i if you have signed in with another user) and run:

Code Block
dpkg -i datafari.deb

Initialize Datafari (needs root account) :

Code Block
cd /opt/datafari/bin
 
bash init-datafari.sh

The script will ask you to start Datafari at the end. If you answered no and you want to start it (needs root account or account must be in sudo group) :

...