Anonymitaet commented on a change in pull request #13994:
URL: https://github.com/apache/pulsar/pull/13994#discussion_r805485692



##########
File path: site2/docs/administration-pulsar-manager.md
##########
@@ -70,7 +74,7 @@ spring.datasource.password=postgres
 ./gradlew build -x test
 ```
 
-### Enable JWT authentication
+### Enable JWT authentication[optional]

Review comment:
       ```suggestion
   ### Enable JWT authentication (optional)
   ```

##########
File path: site2/docs/administration-pulsar-manager.md
##########
@@ -6,36 +6,29 @@ sidebar_label: Pulsar Manager
 
 Pulsar Manager is a web-based GUI management and monitoring tool that helps 
administrators and users manage and monitor tenants, namespaces, topics, 
subscriptions, brokers, clusters, and so on, and supports dynamic configuration 
of multiple environments.
 
-> **Note**   
+> **Note**
 > If you are monitoring your current stats with [Pulsar 
 > dashboard](administration-dashboard.md), we recommend you use Pulsar Manager 
 > instead. Pulsar dashboard is deprecated.
 
 ## Install
 
+> **Note**
+> You can choose Docker installation(Method 1), or directly download the 
source file and decompress it for installation(Method2),Method 1 and Method 2 
can be chosen either.

Review comment:
       ```suggestion
   To install Pulsar manager, you can choose one of the following methods.
   ```

##########
File path: site2/docs/administration-pulsar-manager.md
##########
@@ -49,9 +42,20 @@ cd ..
 docker build -f docker/Dockerfile --build-arg BUILD_DATE=`date -u 
+"%Y-%m-%dT%H:%M:%SZ"` --build-arg VCS_REF=`latest` --build-arg 
VERSION=`latest` -t apachepulsar/pulsar-manager .
 ```
 
-### Use custom databases
+* Method 2: use command-line tool
+
+```
+wget 
https://dist.apache.org/repos/dist/release/pulsar/pulsar-manager/pulsar-manager-0.2.0/apache-pulsar-manager-0.2.0-bin.tar.gz
+tar -zxvf apache-pulsar-manager-0.2.0-bin.tar.gz
+cd pulsar-manager
+tar -zxvf pulsar-manager.tar
+cd pulsar-manager
+cp -r ../dist ui
+```
+
+### Use custom databases[optional]

Review comment:
       ```suggestion
   ### Use custom databases (optional)
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to