Created
October 24, 2017 21:26
-
-
Save pm-hwks/43eef678c16843830ad5deec472f934d to your computer and use it in GitHub Desktop.
[Run NiFi on macos] Running NiFi on OSX #nifi #macos
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Change to directory where you downloaded and extracted the latest version of NiFi | |
# Setup Java Home | |
export JAVA_HOME=$(/usr/libexec/java_home) | |
export PATH=${JAVA_HOME}/bin:$PATH | |
#Start NiFi | |
bin/nifi.sh start | |
## Access NiFi at http://localhost:8080/nifi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment