Skip to content

Commit

Permalink
add signs, hashes, and KEYS to downloads page (apache#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins authored and merlimat committed Dec 20, 2017
1 parent d3ee626 commit 55948d6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 10 deletions.
6 changes: 5 additions & 1 deletion site/_sass/_docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
.rest-api-container, .docs-container {
margin-top: $top-margin;

h4 + ul {
margin-top: 1rem;
}

ul ul {
margin: 8px 0;
}
Expand Down Expand Up @@ -256,7 +260,7 @@
}

p + table, table + p, table + h4, h4 + .highlighter-rouge {
margin-top: 20px;
margin-top: 15px;
}

.highlighter-rouge + table, .highlighter-rouge + h4 {
Expand Down
32 changes: 23 additions & 9 deletions site/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,39 @@ layout: content
-->

Download Pulsar from the [releases page](https://github.com/apache/incubator-pulsar/releases) on GitHub or here:
You can download Pulsar from the [releases page](https://github.com/apache/incubator-pulsar/releases) on GitHub or here:

### Version {{ site.current_version }}
### Version {{ site.current_version }} releases

| Type | Link |
|:-------|:-----------------------------------------------------------------------------------------------------------------------------------------------|
| Source | [apache-pulsar-{{ site.current_version }}-src.tar.gz](http://www.apache.org/dyn/closer.cgi/incubator/pulsar/pulsar-{{ site.current_version }}/apache-pulsar-{{ site.current_version }}-src.tar.gz) |
| Binary | [apache-pulsar-{{ site.current_version }}-bin.tar.gz](http://www.apache.org/dyn/closer.cgi/incubator/pulsar/pulsar-{{ site.current_version }}/apache-pulsar-{{ site.current_version }}-bin.tar.gz) |
#### Binary release

File | Link
:----|:----
Tarball | [apache-pulsar-{{ site.current_version }}-bin.tar.gz](http://archive.apache.org/dist/incubator/pulsar/pulsar-{{ site.current_version }}/apache-pulsar-{{ site.current_version }}-bin.tar.gz)
[ASCII-armored detached signature](http://www.apache.org/dev/release-signing#ascii) | [apache-pulsar-{{ site.current_version }}-bin.tar.gz.asc](http://archive.apache.org/dist/incubator/pulsar//pulsar-{{ site.current_version }}/apache-pulsar-{{ site.current_version }}-bin.tar.gz.asc)
[MD5 checksum](http://www.apache.org/dev/release-signing#md5) | [apache-pulsar-{{ site.current_version }}-bin.tar.gz.md5](http://archive.apache.org/dist/incubator/pulsar//pulsar-{{ site.current_version }}/apache-pulsar-{{ site.current_version }}-bin.tar.gz.md5)
[SHA512 checksum](http://www.apache.org/dev/release-signing#sha-checksum) | [apache-pulsar-{{ site.current_version }}-bin.tar.gz.sha512](http://archive.apache.org/dist/incubator/pulsar//pulsar-{{ site.current_version }}/apache-pulsar-{{ site.current_version }}-bin.tar.gz.md5)

### Release notes
#### Source release

File | Link
:----|:----
Tarball | [apache-pulsar-{{ site.current_version }}-src.tar.gz](http://archive.apache.org/dist/incubator/pulsar/pulsar-{{ site.current_version }}/apache-pulsar-{{ site.current_version }}-src.tar.gz)
[ASCII-armored detached signature](http://www.apache.org/dev/release-signing#ascii) | [apache-pulsar-{{ site.current_version }}-src.tar.gz.asc](http://archive.apache.org/dist/incubator/pulsar//pulsar-{{ site.current_version }}/apache-pulsar-{{ site.current_version }}-src.tar.gz.asc)
[MD5 checksum](http://www.apache.org/dev/release-signing#md5) | [apache-pulsar-{{ site.current_version }}-src.tar.gz.md5](http://archive.apache.org/dist/incubator/pulsar//pulsar-{{ site.current_version }}/apache-pulsar-{{ site.current_version }}-src.tar.gz.md5)
[SHA512 checksum](http://www.apache.org/dev/release-signing#sha-checksum) | [apache-pulsar-{{ site.current_version }}-src.tar.gz.sha512](http://archive.apache.org/dist/incubator/pulsar//pulsar-{{ site.current_version }}/apache-pulsar-{{ site.current_version }}-src.tar.gz.md5)

{% include admonition.html type="info" content='You can download the [KEYS](http://www.apache.org/dev/release-signing#keys-policy) file for Pulsar <a href="https://dist.apache.org/repos/dist/release/incubator/pulsar/KEYS" download>here</a>.' %}

### Release notes for the {{ site.current_version }} release

[https://github.com/apache/incubator-pulsar/releases/tag/v{{site.current_version}}](https://github.com/apache/incubator-pulsar/releases/tag/v{{site.current_version}})

### Getting started

Once you've downloaded a Pulsar release, instructions on getting up and running with a {% popover standalone %} cluster that you can run your laptop can be found in [Run Pulsar locally](/docs/latest/getting-started/LocalCluster).
Once you've downloaded a Pulsar release, instructions on getting up and running with a {% popover standalone %} cluster that you can run on your laptop can be found in the [Run Pulsar locally](/docs/latest/getting-started/LocalCluster) tutorial.

If you need to connect to an existing Pulsar {% popover cluster %} or {% popover instance %} using an officially supported client, see client docs for these languages:
If you need to connect to an existing Pulsar {% popover cluster %} or {% popover instance %} using an officially supported client, see the client docs for these languages:

Client guide | API docs
:------------|:--------
Expand Down

0 comments on commit 55948d6

Please sign in to comment.