Versions Compared

Key

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

Info

Valid starting from v5.0

The documentation below is valid from Datafari v5.0 onwards

STEP 0

Requirements - Make sure that :

...

  • 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 Files Limit

STEP 0

...

you have all requirements listed in this related documentation : Software requirements

Download this init script (.sh) for Datafari that can be re-run and 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 requirementsRun the script with command:

Code Block
source init_server_datafari.sh

If a screen with “Services to restart” appears during initialisation, accept default options and <Ok> :

...

STEP 1

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

...

To install Datafari you need to be root (enter sudo -i “sudo -i” + <enter> before the command line below if you have signed in with another user) and run:

...

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

Interaction questions are asked during initialization. Default value is within square brackets. See Configuration file datafari.properties for more details.

You can also automatize the installation and avoid to answer interactive questions by fulfiling the file /opt/datafari/conf/datafari.properties file prior to launch the script.

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) :

...

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

...