mirror of https://github.com/apache/nifi.git
Merge branch 'develop' of http://git-wip-us.apache.org/repos/asf/incubator-nifi into develop
This commit is contained in:
commit
0f0d766707
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue