MiNiFi Quick Start
Also available as:
PDF

Starting MiNiFi on Linux

Once you have downloaded and installed MiNiFi, you need to start MiNiFi. You can start MiNiFi in the foreground, background, or as a service on Linux.

  1. Launching MiNiFi in the foreground: From a terminal window, navigate to the MiNiFi installation directory.
  2. Enter:
    bin/minifi.sh run
  3. Launching MiNiFi in the background: From a terminal window, navigate to the MiNiFi installation directory.
  4. Enter:
    bin/minifi.sh start 
  5. Launch MiNiFi as a service: From a terminal window, enter:
    sudo service minifi start