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 <[email protected]> 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 <[email protected]> Authored: Thu Dec 28 09:34:15 2017 -0500 Committer: Bryan Bende <[email protected]> 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: [email protected] +([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
