Versions Compared

Key

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

...

Requirements - Make sure that : you have all requirements listed in this related documentation : Software requirements

Download this the init script (.sh) for Datafari that can be re-run and will download all the required dependencies : The scripts are attached to mentioned into this page https://datafari.atlassian.net/wiki/pages/viewpageattachments.action?pageId=110788634: Software requirements

Run the script with command:

...

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

Code Block
dpkg -i datafari.deb
Info

You can adjust the amount of RAM for each component before initializing Datafari, see here : Adjust components RAM consumption

Initialize Datafari (needs root account) :

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

Interaction questions are asked during initialization. Default value is within square brackets. For Community Edition, you need to choose values for IP server, Datafari and PostgreSQL passwords. Others can be left unchanged.

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.

...