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/06 20:03:42 UTC

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

Author: buildbot
Date: Tue Jan  6 19:03:41 2015
New Revision: 935293

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 Tue Jan  6 19:03:41 2015
@@ -1 +1 @@
-1648766
+1649912

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 Tue Jan  6 19:03:41 2015
@@ -122,12 +122,10 @@
 <ol>
 <li>You need a recent Java 7 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 nar maven plugin.  In the root dir of the source tree cd to 'nar-maven-plugin'.
-   Run 'mvn clean install'</li>
-<li>Build the entire code base.  In the root dir of the source tree run 'mvn -T C1.0 clean install'
-   You can tweak the maven build settings as you like but the previous command will execute with 1 thread per core.</li>
-<li>Build the assembly/nifi application itself.  In the root dir of the source tree cd to 'assembly'.
-   Run 'mvn assembly:assembly'</li>
+<li>Build the nar maven plugin.  In the root dir of the source tree cd to <code>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 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>
 </ol>
 <p>Now you should have a fully functioning build off the latest code in the develop branch.</p>
 <h2 id="running-the-application">Running the application</h2>
@@ -137,9 +135,9 @@ 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><code>mvn assembly:assembly</code> will create a tar.gz file in the target directory in <code>assembly</code>. This tar.gz should
+<p>Running the above build will create a tar.gz (and zip) file in <code>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>logs</code> will contain log files, <code>bin</code> contains scripts
+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
 <code>&lt;command&gt;</code> is one of:</p>
 <ul>