Community Articles

Find and share helpful community-sourced technical articles.
Announcements
Celebrating as our community reaches 100,000 members! Thank you!
Labels (1)
avatar
Expert Contributor

To install Apache NiFi on Macbook, do the following: 

  1. Download the Zip file from Apache nifi Downloads. Ensure that you download the latest version zip file Apache NiFi Binary 1.19.1 [OpenPGP] [SHA-256] [SHA-512]
  2. Download it to MBP, and then unzip it:
    chmod +x bin/nifi.sh
    zzeng_0-1673518615912.png
  3. Run the following command for User Generate:
    bin/nifi.sh set-single-user-credentials zzeng <my long password>
  4. Run the following command to Start:
    bin/nifi.sh start bin/nifi.sh status netstat -an | grep LIST
  5. Check the  8443 port is LISTEN:
    tcp4       0      0  127.0.0.1.8443         *.*                    LISTEN
  6. Login from https://localhost:8443/nifi/
    zzeng_1-1673518647006.png
2,542 Views