This is an automated email from the ASF dual-hosted git repository.
guangning pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-manager.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new f52e107 Updated Release Candidate Validation (markdown)
f52e107 is described below
commit f52e1075965ff9f7c62ded7a43b9c50bda1772df
Author: tuteng <[email protected]>
AuthorDate: Wed Nov 6 12:13:06 2019 +0800
Updated Release Candidate Validation (markdown)
---
Release-Candidate-Validation.md | 25 ++++++++++++++++++++++++-
1 file changed, 24 insertions(+), 1 deletion(-)
diff --git a/Release-Candidate-Validation.md b/Release-Candidate-Validation.md
index 69ce69a..7e95a30 100644
--- a/Release-Candidate-Validation.md
+++ b/Release-Candidate-Validation.md
@@ -19,6 +19,8 @@ Compare the contents of file .sha512, .asc to ensure
consistency.
./bin/pulsar standalone -nss -a 127.0.0.1
```
+## Validation bin.tar.gz
+
```
mkdir -p apache-pulsar-manager-release-bin
tar -zxvf apache-pulsar-manager-release-bin.tar.gz -C
./apache-pulsar-manager-release-bin
@@ -140,4 +142,25 @@ Password: pulsar
```
nginx -s stop
-```
\ No newline at end of file
+```
+
+## Validation src.tar.gz
+
+### Validation backend
+```
+tar -zxvf apache-pulsar-manager-<release>-src.tar.gz
+cd pulsar-manager-release
+./gradlew build
+java -jar libs/pulsar-manager.jar
+```
+
+### Validation frontend
+
+```
+cd front-end
+npm install --save
+npm run dev
+```
+Open the website http://localhost:9527 and log in to.
+Username: pulsar
+Password: pulsar
\ No newline at end of file