Versions Compared

Key

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


Info

Valid starting from v4.1 of Datafari !

...

  • the required packages are installed via apt-get
  • Java 8 JRE is installed
  • Python is installed
  • the time and date of the server is uptodate
  • increase the default value of Open Files Limit (for Debian, change the setting in /etc/security/limits.conf : 
    Code Block
    soft nofile 65535
    hard nofile 65535

    Check the related documentation : Software requirements

To install Datafari you need to be root :

...