Repository: nifi Updated Branches: refs/heads/master 36796b544 -> d5387679d
NIFI-3041 Removed references to Windows start-nifi.bat and stop-nifi.bat in Admin Guide This closes #1257. Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/d5387679 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/d5387679 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/d5387679 Branch: refs/heads/master Commit: d5387679d1a534cce29a814fde09a409248d581e Parents: 36796b5 Author: Andrew Lim <[email protected]> Authored: Tue Nov 22 09:53:18 2016 -0500 Committer: Pierre Villard <[email protected]> Committed: Tue Nov 22 21:55:10 2016 +0100 ---------------------------------------------------------------------- nifi-docs/src/main/asciidoc/administration-guide.adoc | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/d5387679/nifi-docs/src/main/asciidoc/administration-guide.adoc ---------------------------------------------------------------------- diff --git a/nifi-docs/src/main/asciidoc/administration-guide.adoc b/nifi-docs/src/main/asciidoc/administration-guide.adoc index b386088..2d63a9a 100644 --- a/nifi-docs/src/main/asciidoc/administration-guide.adoc +++ b/nifi-docs/src/main/asciidoc/administration-guide.adoc @@ -60,8 +60,6 @@ How to install and start NiFi *** At a minimum, we recommend editing the _nifi.properties_ file and entering a password for the nifi.sensitive.props.key (see <<system_properties>> below) ** Navigate to the <installdir>/bin directory ** Double-click run-nifi.bat. This runs NiFi in the foreground and waits for a Ctrl-C to initiate shutdown of NiFi -** Alternatively, to start NiFi in the background, double-click start-nifi.bat -** To stop NiFi running in the background, double-click stop-nifi.bat ** To see the current status of NiFi, double-click status-nifi.bat
