NIFI-412 This alters the nifi/README.md doc to make the start-up instructions clearer.
Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/e0de1835 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/e0de1835 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/e0de1835 Branch: refs/heads/NIFI-250 Commit: e0de183569d3573c275823a747a24506a71eea8f Parents: 96e0f31 Author: Jenn Barnabee <[email protected]> Authored: Wed Mar 11 11:12:48 2015 -0400 Committer: Jenn Barnabee <[email protected]> Committed: Wed Mar 11 11:12:48 2015 -0400 ---------------------------------------------------------------------- nifi/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/e0de1835/nifi/README.md ---------------------------------------------------------------------- diff --git a/nifi/README.md b/nifi/README.md index fc2f4aa..5545539 100644 --- a/nifi/README.md +++ b/nifi/README.md @@ -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
