Till Westmann has submitted this change and it was merged.

Change subject: Add download links for the server packages.
......................................................................


Add download links for the server packages.

Change-Id: Ib852cde3e959f61fc2c95650535333c0b137c843
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1502
Reviewed-by: Ian Maxon <[email protected]>
---
M content/dev-setup.html
M content/download.html
M content/index.html
M dev-setup.md
M download.md
5 files changed, 54 insertions(+), 1 deletion(-)

Approvals:
  Ian Maxon: Looks good to me, approved



diff --git a/content/dev-setup.html b/content/dev-setup.html
index e9a2f9e..d709e3b 100644
--- a/content/dev-setup.html
+++ b/content/dev-setup.html
@@ -111,6 +111,7 @@
 <ul id="markdown-toc">
   <li><a href="#introduction" 
id="markdown-toc-introduction">Introduction</a></li>
   <li><a href="#master-snapshots" id="markdown-toc-master-snapshots">Master 
snapshots</a>    <ul>
+      <li><a href="#server-package" id="markdown-toc-server-package">Server 
Package</a></li>
       <li><a href="#managix-installer" 
id="markdown-toc-managix-installer">Managix Installer</a></li>
       <li><a href="#yarn-installer" id="markdown-toc-yarn-installer">YARN 
Installer</a></li>
     </ul>
@@ -146,6 +147,9 @@
 <h2 id="master-snapshots">Master snapshots</h2>
 <p>If you are a developer simply looking for a snapshot of the latest 
development version of AsterixDB to test out your application that is based on 
top of AsterixDB, snapshots from the latest successful push to our master 
branch are available below. These are non ASF-release, automatic builds.</p>
 
+<h3 id="server-package">Server Package</h3>
+<p><a class="btn btn-md btn-warning" 
href="https://asterix-jenkins.ics.uci.edu/job/asterix-integration-tests/lastSuccessfulBuild/org.apache.asterix$asterix-server/artifact/org.apache.asterix/asterix-server/0.9.1-SNAPSHOT/asterix-server-0.9.1-SNAPSHOT-binary-assembly.zip";
 role="button">Download AsterixDB 0.9.1-SNAPSHOT <i class="fa fa-download 
fa-lg"></i> </a></p>
+
 <h3 id="managix-installer">Managix Installer</h3>
 <p><a class="btn btn-md btn-warning" 
href="https://asterix-jenkins.ics.uci.edu/job/asterix-integration-tests/lastSuccessfulBuild/org.apache.asterix$asterix-installer/artifact/org.apache.asterix/asterix-installer/0.9.1-SNAPSHOT/asterix-installer-0.9.1-SNAPSHOT-binary-assembly.zip";
 role="button">Download AsterixDB 0.9.1-SNAPSHOT <i class="fa fa-download 
fa-lg"></i> </a></p>
 
diff --git a/content/download.html b/content/download.html
index 61773fc..93e0401 100644
--- a/content/download.html
+++ b/content/download.html
@@ -130,6 +130,28 @@
 <div class="row">
 
 <div class="col-md-6">
+    <h3 id="simple-server-package">Simple Server Package</h3>
+
+  </div>
+</div>
+
+<div class="row">
+
+<div class="col-md-6">
+    <p>This packaging is most suitable for running a sample cluster on a 
single machine or for a custom deployment.</p>
+  </div>
+
+<div class="col-md-6">
+
+    <p><a class="btn btn-md btn-success" 
href="http://www.apache.org/dyn/closer.lua/asterixdb/asterixdb-0.9.0/asterix-server-0.9.0-binary-assembly.zip";
 role="button">Download AsterixDB 0.9.0 <i class="fa fa-download fa-lg"></i> 
</a></p>
+
+  </div>
+
+</div>
+
+<div class="row">
+
+<div class="col-md-6">
     <h3 id="standalone-cluster-installer">Standalone Cluster Installer</h3>
 
   </div>
diff --git a/content/index.html b/content/index.html
index 8ac0d81..4e1e781 100644
--- a/content/index.html
+++ b/content/index.html
@@ -182,7 +182,7 @@
   </div>
   <div class="col-md-4">
     <h3 id="community-and-support">Community and Support</h3>
-    <p>If you have any questions, please feel free to ask on our <a 
href="mailto:[email protected]";>users</a> mailing list, which you can 
subscribe to by sending an empty email to <a 
href="[email protected]">users-subscribe</a>. Check out the 
<a href="community.html">Community</a> page for more details.</p>
+    <p>If you have any questions, please feel free to ask on our <a 
href="&#109;&#097;&#105;&#108;&#116;&#111;:&#117;&#115;&#101;&#114;&#115;&#064;&#097;&#115;&#116;&#101;&#114;&#105;&#120;&#100;&#098;&#046;&#097;&#112;&#097;&#099;&#104;&#101;&#046;&#111;&#114;&#103;">users</a>
 mailing list, which you can subscribe to by sending an empty email to <a 
href="[email protected]">users-subscribe</a>. Check out the 
<a href="community.html">Community</a> page for more details.</p>
 
     <p>If you would like to know more about how to contribute to AsterixDB or 
any of its related components, head on over to the <a 
href="dev-setup.html">Contributing</a> page to learn more.</p>
   </div>
diff --git a/dev-setup.md b/dev-setup.md
index 7f1635b..a0476ad 100644
--- a/dev-setup.md
+++ b/dev-setup.md
@@ -19,6 +19,9 @@
 ## Master snapshots
 If you are a developer simply looking for a snapshot of the latest development 
version of AsterixDB to test out your application that is based on top of 
AsterixDB, snapshots from the latest successful push to our master branch are 
available below. These are non ASF-release, automatic builds.
 
+### Server Package
+<p><a class="btn btn-md btn-warning" href="{{ site.UNSTABLE_NCSERVICE_URL }}" 
role="button">Download AsterixDB {{ site.UNSTABLE_VERSION }} <i class="fa 
fa-download fa-lg"></i> </a></p>
+
 ### Managix Installer
 <p><a class="btn btn-md btn-warning" href="{{ site.UNSTABLE_DOWNLOAD_URL }}" 
role="button">Download AsterixDB {{ site.UNSTABLE_VERSION }} <i class="fa 
fa-download fa-lg"></i> </a></p>
 
diff --git a/download.md b/download.md
index 4063543..3401a19 100644
--- a/download.md
+++ b/download.md
@@ -26,6 +26,30 @@
 <div class="row">
 
 <div class="col-md-6" markdown="1">
+### Simple Server Package
+
+
+</div>
+</div>
+
+<div class="row">
+
+<div class="col-md-6" markdown="1">
+This packaging is most suitable for running a sample cluster on a single 
machine or for a custom deployment.
+</div>
+
+<div class="col-md-6" markdown="1">
+
+<p><a class="btn btn-md btn-success" href="{{ site.STABLE_NCSERVICE_URL }}" 
role="button">Download AsterixDB {{ site.STABLE_VERSION }} <i class="fa 
fa-download fa-lg"></i> </a></p>
+
+</div>
+
+</div>
+
+
+<div class="row">
+
+<div class="col-md-6" markdown="1">
 ### Standalone Cluster Installer
 
 

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/1502
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib852cde3e959f61fc2c95650535333c0b137c843
Gerrit-PatchSet: 2
Gerrit-Project: incubator-asterixdb-site
Gerrit-Branch: asf-site
Gerrit-Owner: Till Westmann <[email protected]>
Gerrit-Reviewer: Ian Maxon <[email protected]>
Gerrit-Reviewer: Jenkins <[email protected]>
Gerrit-Reviewer: Michael Blow <[email protected]>
Gerrit-Reviewer: Michael Carey <[email protected]>
Gerrit-Reviewer: Till Westmann <[email protected]>
Gerrit-Reviewer: Yingyi Bu <[email protected]>

Reply via email to