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/c87c93d7 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/c87c93d7 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/c87c93d7 Branch: refs/heads/support/nifi-0.7.x Commit: c87c93d7676aacf378c76b3e2b1caa1344b009d3 Parents: a9395bc Author: Andrew Lim <[email protected]> Authored: Tue Nov 22 09:53:18 2016 -0500 Committer: Pierre Villard <[email protected]> Committed: Tue Nov 22 22:58:43 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/c87c93d7/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 7cae730..6847f54 100644 --- a/nifi-docs/src/main/asciidoc/administration-guide.adoc +++ b/nifi-docs/src/main/asciidoc/administration-guide.adoc @@ -64,8 +64,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
