Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id F2E4A200D68 for ; Thu, 28 Dec 2017 15:47:39 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id F144B160C0C; Thu, 28 Dec 2017 14:47:39 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 439D5160C16 for ; Thu, 28 Dec 2017 15:47:39 +0100 (CET) Received: (qmail 93320 invoked by uid 500); 28 Dec 2017 14:47:38 -0000 Mailing-List: contact commits-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list commits@nifi.apache.org Received: (qmail 93311 invoked by uid 99); 28 Dec 2017 14:47:38 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Dec 2017 14:47:38 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4FB13DFDE6; Thu, 28 Dec 2017 14:47:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: bbende@apache.org To: commits@nifi.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: nifi-registry git commit: NIFIREG-87 Updating assembly README for release Date: Thu, 28 Dec 2017 14:47:38 +0000 (UTC) archived-at: Thu, 28 Dec 2017 14:47:40 -0000 Repository: nifi-registry Updated Branches: refs/heads/master 9190882f7 -> 41f166e74 NIFIREG-87 Updating assembly README for release This closes #73. Signed-off-by: Bryan Bende Project: http://git-wip-us.apache.org/repos/asf/nifi-registry/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-registry/commit/41f166e7 Tree: http://git-wip-us.apache.org/repos/asf/nifi-registry/tree/41f166e7 Diff: http://git-wip-us.apache.org/repos/asf/nifi-registry/diff/41f166e7 Branch: refs/heads/master Commit: 41f166e74777f7547cfe8b25dacad09c8b84735d Parents: 9190882 Author: Bryan Bende Authored: Thu Dec 28 09:34:15 2017 -0500 Committer: Bryan Bende Committed: Thu Dec 28 09:47:20 2017 -0500 ---------------------------------------------------------------------- nifi-registry-assembly/README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/41f166e7/nifi-registry-assembly/README.md ---------------------------------------------------------------------- diff --git a/nifi-registry-assembly/README.md b/nifi-registry-assembly/README.md index a565537..fd53a30 100644 --- a/nifi-registry-assembly/README.md +++ b/nifi-registry-assembly/README.md @@ -18,12 +18,28 @@ Registry—a subproject of Apache NiFi—is a complementary application that pro ## Table of Contents +- [Requirements](#requirements) - [Getting Started](#getting-started) +- [Getting Help](#getting-help) - [License](#license) +## Requirements + +* Java 1.8 (above 1.8.0_45) + ## Getting Started -TBD +To start NiFi: +- [linux/osx] execute bin/nifi-registry.sh start +- [windows] execute bin/start-nifi-registry.bat +- Direct your browser to http://localhost:18080/nifi-registry/ + +## Getting Help +If you have questions, you can reach out to our mailing list: dev@nifi.apache.org +([archive](http://mail-archives.apache.org/mod_mbox/nifi-dev)). +We're also often available in IRC: #nifi on +[irc.freenode.net](http://webchat.freenode.net/?channels=#nifi) +and in #NiFi on [ASF HipChat](https://www.hipchat.com/gzh2m5YML). ## License