This commit is contained in:
Mark Payne 2015-03-12 15:44:18 -04:00
commit 0f0d766707
1 changed files with 4 additions and 2 deletions

View File

@ -51,10 +51,12 @@ Apache NiFi was made for dataflow. It supports highly configurable directed grap
To build:
- Execute 'mvn clean install' or for parallel build execute 'mvn -T 2.0C clean install'
- Change directory to 'nifi-assembly'. In the target directory, there should be a build of nifi.
- Unpack the build wherever you like or use the already unpacked build.
To start NiFi:
- Change directory to 'nifi-assembly'. In the target directory there should be a build of nifi.
- Unpack the build wherever you like or use the already unpacked build. '<install_location>/bin/nifi.sh start'
- Change directory to the location where you installed NiFi
- '<install_location>/bin/nifi.sh start'
- Direct your browser to http://localhost:8080/nifi/
## Getting Help