Jennifer Patricia Barnabee created NIFI-412:
-----------------------------------------------
Summary: Edit README doc slightly
Key: NIFI-412
URL: https://issues.apache.org/jira/browse/NIFI-412
Project: Apache NiFi
Issue Type: Task
Components: Documentation & Website
Reporter: Jennifer Patricia Barnabee
Priority: Minor
Fix For: 0.1.0
The start-up instructions in the README doc become a little confusing when you
don't have to build the app, but have simply downloaded and installed it. So,
I'd like to change it slightly as follows...
Here is the text in the current README:
To build:
- Execute 'mvn clean install' or for parallel build execute 'mvn -T 2.0C clean
install'
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'
- Direct your browser to http://localhost:8080/nifi/
I'd like to change it to:
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 the location where you installed NiFi
- '<install_location>/bin/nifi.sh start'
- Direct your browser to http://localhost:8080/nifi/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)