You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by st...@apache.org on 2021/05/26 01:37:31 UTC

[apisix-dashboard] branch master updated: docs: add the visit the dashboard (#1896)

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

starsz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 9e4dd62  docs: add the visit the dashboard (#1896)
9e4dd62 is described below

commit 9e4dd626221e4018de0fa2719c7fbc7ab5562915
Author: Cliff Su <st...@yahoo.com.tw>
AuthorDate: Wed May 26 09:37:19 2021 +0800

    docs: add the visit the dashboard (#1896)
---
 docs/en/latest/deploy-with-rpm.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/en/latest/deploy-with-rpm.md b/docs/en/latest/deploy-with-rpm.md
index 2f5c5ec..2240d61 100644
--- a/docs/en/latest/deploy-with-rpm.md
+++ b/docs/en/latest/deploy-with-rpm.md
@@ -41,3 +41,5 @@ $ sudo nohup manager-api -p /usr/local/apisix/dashboard/ &
 # or manager-api as a service
 $ sudo manager-api start -p /usr/local/apisix/dashboard/
 ```
+
+Without changing the configuration, visit `http://127.0.0.1:9000` to use the dashboard with GUI, where the default username and password are `admin`.