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

leonbao pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 42cff5c  add download page (#65)
42cff5c is described below

commit 42cff5c8a27a2ca0eab3a7e903180d92b3edeec1
Author: lgcareer <[email protected]>
AuthorDate: Thu Jan 2 17:53:06 2020 +0800

    add download page (#65)
    
    * change and complement jetty deployment instructions
    
    * add download page
---
 docs/en-us/user_doc/download.md | 48 +++++++++++++++++++++++++++++++++++++++++
 site_config/site.js             |  2 +-
 2 files changed, 49 insertions(+), 1 deletion(-)

diff --git a/docs/en-us/user_doc/download.md b/docs/en-us/user_doc/download.md
new file mode 100644
index 0000000..e7ce137
--- /dev/null
+++ b/docs/en-us/user_doc/download.md
@@ -0,0 +1,48 @@
+# Download the DolphinScheduler releases
+
+Use the links below to download the Apache DolphinScheduler from one of our 
mirrors.
+
+**Only source code releases are official Apache releases: Windows and Linux 
binary distributions are just for end user convenience.**
+
+## Download the last version
+
+### DolphinScheduler
+| Date | Version| | Downloads |
+|:---:|:--:|:--:|:--:|
+| Jan. 2th, 2020 | 1.2.0 | Source code| 
[[src]](https://www.apache.org/dyn/closer.cgi/incubator/dolphinscheduler/1.2.0/apache-dolphinscheduler-incubating-1.2.0-src.zip)
 
[[asc]](https://www.apache.org/dyn/closer.cgi/incubator/dolphinscheduler/1.2.0/apache-dolphinscheduler-incubating-1.2.0-src.zip.asc)
 
[[sha512]](https://www.apache.org/dyn/closer.cgi/incubator/dolphinscheduler/1.2.0/apache-dolphinscheduler-incubating-1.2.0-src.zip.sha512)|
+| | | Backend Binary Distribution| 
[[tar]](https://www.apache.org/dyn/closer.cgi/incubator/dolphinscheduler/1.2.0/apache-dolphinscheduler-incubating-1.2.0-dolphinscheduler-backend-bin.tar.gz)
 
[[asc]](https://www.apache.org/dyn/closer.cgi/incubator/dolphinscheduler/1.2.0/apache-dolphinscheduler-incubating-1.2.0-dolphinscheduler-backend-bin.tar.gz.asc)
 
[[sha512]](https://www.apache.org/dyn/closer.cgi/incubator/dolphinscheduler/1.2.0/apache-dolphinscheduler-incubating-1.2.0-dolphinscheduler
 [...]
+| | | Frontend Binary Distribution| 
[[tar]](https://www.apache.org/dyn/closer.cgi/incubator/dolphinscheduler/1.2.0/apache-dolphinscheduler-incubating-1.2.0-dolphinscheduler-front-bin.tar.gz)
 
[[asc]](https://www.apache.org/dyn/closer.cgi/incubator/dolphinscheduler/1.2.0/apache-dolphinscheduler-incubating-1.2.0-dolphinscheduler-front-bin.tar.gz.asc)
 
[[sha512]](https://www.apache.org/dyn/closer.cgi/incubator/dolphinscheduler/1.2.0/apache-dolphinscheduler-incubating-1.2.0-dolphinscheduler-fr
 [...]
+
+
+# Verify the releases
+[PGP signatures 
KEYS](https://www.apache.org/dist/incubator/dolphinscheduler/KEYS)
+
+It is essential that you verify the integrity of the downloaded files using 
the PGP or SHA signatures. The PGP signatures can be verified using GPG or PGP. 
Please download the KEYS as well as the asc signature files for relevant 
distribution. It is recommended to get these files from the main distribution 
directory and not from the mirrors.
+
+```
+gpg -i KEYS
+
+or
+
+pgpk -a KEYS
+
+or
+
+pgp -ka KEYS
+```
+
+To verify the binaries/sources you can download the relevant asc files for it 
from main distribution directory and follow the below guide.
+
+```
+gpg --verify apache-dolphinscheduler-incubating********.asc 
apache-dolphinscheduler-incubating*********
+
+or
+
+pgpv apache-dolphinscheduler-incubating********.asc
+
+or
+
+pgp apache-dolphinscheduler-incubating********.asc
+```
+
+<br/>
diff --git a/site_config/site.js b/site_config/site.js
index e57b015..0033f3f 100755
--- a/site_config/site.js
+++ b/site_config/site.js
@@ -31,7 +31,7 @@ export default {
       {
         key: 'download',
         text: 'DOWNLOAD',
-        link: 'https://github.com/apache/incubator-dolphinscheduler/releases',
+        link: '/en-us/user_doc/download.html',
         target: '_blank',
       },
       {

Reply via email to