You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by bu...@apache.org on 2015/01/21 15:06:21 UTC

svn commit: r937108 - in /websites/staging/nifi/trunk/content: ./ development/quickstart.html

Author: buildbot
Date: Wed Jan 21 14:06:20 2015
New Revision: 937108

Log:
Staging update by buildbot for nifi

Modified:
    websites/staging/nifi/trunk/content/   (props changed)
    websites/staging/nifi/trunk/content/development/quickstart.html

Propchange: websites/staging/nifi/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jan 21 14:06:20 2015
@@ -1 +1 @@
-1653176
+1653538

Modified: websites/staging/nifi/trunk/content/development/quickstart.html
==============================================================================
--- websites/staging/nifi/trunk/content/development/quickstart.html (original)
+++ websites/staging/nifi/trunk/content/development/quickstart.html Wed Jan 21 14:06:20 2015
@@ -122,7 +122,7 @@
 <ol>
 <li>You need a recent Java 7 (or newer) JDK.</li>
 <li>You need Apache <a href="http://maven.apache.org/">Maven 3.X</a>. We've successfully used 3.2.3 and as far back as 3.0.5</li>
-<li>Build the maven plugins.  In the root dir of the source tree cd to <code>nar-maven-plugin</code>.
+<li>Build the maven plugins.  In the root dir of the source tree cd to <code>nifi-nar-maven-plugin</code>.
    Run <code>mvn clean install</code></li>
 <li>Build the entire code base.  In the root dir of the source tree cd to <code>nifi</code> and run <code>mvn -T C2.0 clean install</code>
    You can tweak the maven build settings as you like but the previous command will execute with 2 threads per core.</li>
@@ -135,7 +135,7 @@ the flow. This means of running Apache N
 connections from trusted computers and users can connect to port 8080. Using iptables to allow only localhost connections
 to 8080 is a good start, but on systems with multiple (potentially untrusted) users, also not a sufficient protection.</p>
 <h4 id="decompress-and-launch">Decompress and launch</h4>
-<p>Running the above build will create a tar.gz (and zip) file in <code>nifi/assembly/target</code>. This tar.gz should
+<p>Running the above build will create a tar.gz (and zip) file in <code>nifi/nifi-assembly/target</code>. This tar.gz should
 contain the full application. Decompressing the tar.gz should make a directory for you containing several other
 directories. <code>conf</code> contains application configuration, <code>bin</code> contains scripts
 for launching the application. On linux and OSX, NiFi can be run using <code>bin/nifi.sh &lt;command&gt;</code> where