Versions Compared

Key

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

Valid starting from v4.1 of Datafari !


Ensure 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

Check the related documentation for detailed information  : Software requirements

To install Datafari you need to be root :

Code Block
dpkg -i datafari.deb

Initialize Datafari (needs non root account but must be in sudo group) :

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 :

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

If you want to index fileshares

If you want to use the jcifs connector in ManifoldCF, follow our dedicated documentation: Add the JCIFS-NG Connector to Datafari - Community Edition