You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2022/10/14 13:19:09 UTC

[nifi] branch main updated: NIFI-10647: Update README.md to reflect current

This is an automated email from the ASF dual-hosted git repository.

pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 72cc2f671c NIFI-10647: Update README.md to reflect current
72cc2f671c is described below

commit 72cc2f671c43f99779f07fb5266b4f86f1f5f7db
Author: Three Planets Software <th...@users.noreply.github.com>
AuthorDate: Fri Oct 14 09:13:36 2022 -0400

    NIFI-10647: Update README.md to reflect current
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #6529.
---
 nifi-assembly/README.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/nifi-assembly/README.md b/nifi-assembly/README.md
index 128dcc6e91..2d99fd2b77 100644
--- a/nifi-assembly/README.md
+++ b/nifi-assembly/README.md
@@ -23,7 +23,7 @@ Apache NiFi is an easy to use, powerful, and reliable system to process and dist
 - [Getting Help](#getting-help)
 - [Requirements](#requirements)
 - [License](#license)
-- [Export Control] (#export-control)
+- [Export Control](#export-control)
 
 ## Features
 
@@ -51,7 +51,11 @@ Apache NiFi was made for dataflow. It supports highly configurable directed grap
 To start NiFi:
 - [linux/osx] execute bin/nifi.sh start
 - [windows] execute bin/run-nifi.bat
-- Direct your browser to http://localhost:8080/nifi/
+- Obtain the generated username and password from logs/nifi-app.log
+  - [linux/osx] For example: `cat logs/nifi-app.log | grep Generated`
+- Direct your browser to https://localhost:8443/nifi/
+- Use the generated username and password to login
+
 
 ## Getting Help
 If you have questions, you can reach out to our mailing list: dev@nifi.apache.org