Author: buildbot
Date: Fri Jan 16 02:33:49 2015
New Revision: 936384
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 Fri Jan 16 02:33:49 2015
@@ -1 +1 @@
-1652101
+1652333
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 Fri Jan 16
02:33:49 2015
@@ -122,9 +122,9 @@
<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 nar maven plugin. 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>maven-plugins</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>
+<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>
</ol>
<p>Now you should have a fully functioning build off the latest code in the
develop branch.</p>
@@ -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>assembly/target</code>. This tar.gz should
+<p>Running the above build will create a tar.gz (and zip) file in
<code>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 <command></code> where