You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2016/11/22 21:52:37 UTC

svn commit: r1770888 - in /nifi/site/trunk: people.html quickstart.html

Author: pvillard
Date: Tue Nov 22 21:52:37 2016
New Revision: 1770888

URL: http://svn.apache.org/viewvc?rev=1770888&view=rev
Log:
updated quickstart (Windows) and added Scott as committer

Modified:
    nifi/site/trunk/people.html
    nifi/site/trunk/quickstart.html

Modified: nifi/site/trunk/people.html
URL: http://svn.apache.org/viewvc/nifi/site/trunk/people.html?rev=1770888&r1=1770887&r2=1770888&view=diff
==============================================================================
--- nifi/site/trunk/people.html (original)
+++ nifi/site/trunk/people.html Tue Nov 22 21:52:37 2016
@@ -275,11 +275,6 @@
         <td>Bryan Rosander</td>
         <td></td>
     </tr>
-    <tr>
-        <td>scottyaslan</td>
-        <td>Scott Aslan</td>
-        <td></td>
-    </tr>
 </table>
 </div>
 </div>

Modified: nifi/site/trunk/quickstart.html
URL: http://svn.apache.org/viewvc/nifi/site/trunk/quickstart.html?rev=1770888&r1=1770887&r2=1770888&view=diff
==============================================================================
--- nifi/site/trunk/quickstart.html (original)
+++ nifi/site/trunk/quickstart.html Tue Nov 22 21:52:37 2016
@@ -197,8 +197,11 @@ for launching the application. On linux
 <li>install: (available in Linux only, not OSX): installs NiFi as a service that can then be controlled
 via <code>service nifi start</code>, <code>service nifi stop</code>, <code>service nifi status</code>.</li>
 </ul>
-<p>For Windows users, there exist several scripts in the <code>bin</code> directory that are analogous to those above:
-<code>start-nifi.bat</code>, <code>stop-nifi.bat</code>, <code>nifi-status.bat</code>, and <code>run-nifi.bat</code>.</p>
+<p>For Windows users, the following scripts exist in the <code>bin</code> directory:</p>
+<ul>
+<li><code>run-nifi.bat</code>: runs NiFi in the foreground and waits to receive a Ctrl-C, which then shuts down NiFi</li>
+<li><code>status-nifi.bat</code>: provides the current status of NiFi</li>
+</ul>
 <p>The configuration that is to be used when launching NiFi, such as Java heap size, the user
 to run as, which Java command to use, etc. are configurable via the <code>conf/bootstrap.conf</code> file.</p>
 <p>The entire concept of how the application will integrate to a given OS and run as an