Return-Path: X-Original-To: apmail-nifi-commits-archive@minotaur.apache.org Delivered-To: apmail-nifi-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A37D5C4A2 for ; Thu, 11 Dec 2014 14:19:18 +0000 (UTC) Received: (qmail 27578 invoked by uid 500); 11 Dec 2014 14:19:18 -0000 Delivered-To: apmail-nifi-commits-archive@nifi.apache.org Received: (qmail 27536 invoked by uid 500); 11 Dec 2014 14:19:18 -0000 Mailing-List: contact commits-help@nifi.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.incubator.apache.org Delivered-To: mailing list commits@nifi.incubator.apache.org Received: (qmail 27527 invoked by uid 99); 11 Dec 2014 14:19:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Dec 2014 14:19:18 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 11 Dec 2014 14:19:17 +0000 Received: (qmail 26100 invoked by uid 99); 11 Dec 2014 14:18:57 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Dec 2014 14:18:57 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id B5BCDAC094D; Thu, 11 Dec 2014 14:18:55 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1644648 - /incubator/nifi/site/trunk/content/development/quickstart.md Date: Thu, 11 Dec 2014 14:18:55 -0000 To: commits@nifi.incubator.apache.org From: joewitt@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141211141856.B5BCDAC094D@hades.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: joewitt Date: Thu Dec 11 14:18:54 2014 New Revision: 1644648 URL: http://svn.apache.org/r1644648 Log: Updated details for launching application 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=1644648&r1=1644647&r2=1644648&view=diff ============================================================================== --- incubator/nifi/site/trunk/content/development/quickstart.md (original) +++ incubator/nifi/site/trunk/content/development/quickstart.md Thu Dec 11 14:18:54 2014 @@ -46,8 +46,11 @@ to 8080 is a good start, but on systems `mvn assembly:assembly` will create a tar.gz file in the target directory in `assemblies/nifi`. This tar.gz should contain the full application. Decompressing the tar.gz should make a directory for you containing several other directories. `conf` contains application configuration, `logs` will contain log files, `bin` contains a fairly -bare-bones script for launching the application, `nifi.sh`. Running `bin/nifi.sh` should start the application in -the foreground after trying to detect a Java installation. +bare-bones script for launching the application, `nifi.sh`. On linux (and possibly macos) running `bin/nifi.sh start` +should start the application in the foreground after trying to detect a Java installation. There are scripts to help with +startup on windows as well. The entire concept of how the application will integrate to a given OS and run as an +enduring service is something we're working hard on and would appreciate ideas for. The user experience needs to +be excellent. With the default settings you can point a web browser at `http://localhost:8080/nifi/`