You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by tk...@apache.org on 2014/12/10 02:22:57 UTC

svn commit: r1644289 - /incubator/nifi/site/trunk/content/development/quickstart.md

Author: tkurc
Date: Wed Dec 10 01:22:56 2014
New Revision: 1644289

URL: http://svn.apache.org/r1644289
Log:
made some minor changes to quickstart

Modified:
    incubator/nifi/site/trunk/content/development/quickstart.md

Modified: incubator/nifi/site/trunk/content/development/quickstart.md
URL: http://svn.apache.org/viewvc/incubator/nifi/site/trunk/content/development/quickstart.md?rev=1644289&r1=1644288&r2=1644289&view=diff
==============================================================================
--- incubator/nifi/site/trunk/content/development/quickstart.md (original)
+++ incubator/nifi/site/trunk/content/development/quickstart.md Wed Dec 10 01:22:56 2014
@@ -2,7 +2,7 @@ Title:     Apache NiFi Development Quick
 
 # <img alt="NiFi logo" style="float: right" src="/images/bgNifiLogo.png" /> Apache NiFi Development Quickstart
 
-This documentation is in progress, but should get many started at building nifi.
+This documentation is in progress, but should get many started at building Apache NiFi.
 
 ## Source Code
 
@@ -10,7 +10,7 @@ Apache NiFi source code is version contr
 
 ## Issue Tracking
 
-Track issues on the NIFI Project on the Apache Jira ([browse][jira]).
+Track issues on the "NIFI" Project on the Apache Jira ([browse][jira]).
 
 ## Building
 
@@ -22,9 +22,9 @@ To check out the code:
 
 ### Build steps
 
-We're revising these steps, our build process and tests for much more deterministic builds. For now, the steps are not automated .
+We're planning on revising these steps, our build process, and tests for much more deterministic builds. For now, the steps are not automated.
 
-1. You need a recent Java 7
+1. You need a recent Java 7 JDK.
 2. You need Apache [Maven][maven]. We've successfully used 3.2.3
 3. In the root dir of the source tree run ./misc/build-order.sh (expect 20-30 mins build time) **OR** if you like pain you can build each component
 manually.