Skip to content

Commit

Permalink
Updated the website for 0.27.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpark committed Feb 1, 2016
1 parent e29ea6a commit c9c67f7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ There are different ways you can get Mesos:

1\. Download the latest stable release from [Apache](http://mesos.apache.org/downloads/) (***Recommended***)

$ wget http://www.apache.org/dist/mesos/0.26.0/mesos-0.26.0.tar.gz
$ tar -zxf mesos-0.26.0.tar.gz
$ wget http://www.apache.org/dist/mesos/0.27.0/mesos-0.27.0.tar.gz
$ tar -zxf mesos-0.27.0.tar.gz

2\. Clone the Mesos git [repository](https://git-wip-us.apache.org/repos/asf/mesos.git) (***Advanced Users Only***)

Expand Down
6 changes: 4 additions & 2 deletions site/source/downloads.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ breadcrumb: Downloads
<h4>Previous Releases</h4>

<ul>
<li><a href="http://archive.apache.org/dist/mesos/0.26.0/">0.26.0</a>
(<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12333528">Release Notes</a>)</li>
<li><a href="http://archive.apache.org/dist/mesos/0.25.0/">0.25.0</a>
(<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12329852">Release Notes</a>)</li>
<li><a href="http://archive.apache.org/dist/mesos/0.24.1/">0.24.1</a>
Expand Down Expand Up @@ -72,8 +74,8 @@ breadcrumb: Downloads
<div class="col-md-8">
<h1>Download Mesos</h1>
<p>Download the most recent stable release:
<a href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.26.0/">0.26.0</a>
(<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12333528">Release Notes</a>)
<a href="http://www.apache.org/dyn/mirrors/mirrors.cgi/mesos/0.27.0/">0.27.0</a>
(<a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12334043">Release Notes</a>)
</p>

<h4>Getting the code via source control</h4>
Expand Down
3 changes: 2 additions & 1 deletion site/source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Apache Mesos
<h1>Program against your datacenter like it’s a single pool of resources</h1>
<p class="lead">Apache Mesos abstracts CPU, memory, storage, and other compute resources away from machines (physical or virtual), enabling fault-tolerant and elastic distributed systems to easily be built and run effectively.</p>

<p> <a href="downloads/"><span class="glyphicon glyphicon-download"></span> Download Mesos 0.26.0</a> or learn how to <a href="gettingstarted/">get started</a></p>
<p> <a href="downloads/"><span class="glyphicon glyphicon-download"></span> Download Mesos 0.27.0</a> or learn how to <a href="gettingstarted/">get started</a></p>
</div>
</div>

Expand All @@ -32,6 +32,7 @@ title: Apache Mesos
<div class="col-md-5">
<h3>News</h3>
<ul>
<li><em>January 31, 2016</em> - Mesos 0.27.0 is released! See the <a href="https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.27.0">CHANGELOG</a> for details.</li>
<li><em>December 16, 2015</em> - Mesos 0.26.0 is released! See the <a href="https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.26.0">CHANGELOG</a> and <a href="/blog/mesos-0-26-0-released/">blog post</a> for details.</li>
<li><em>October 10, 2015</em> - Mesos 0.25.0 is released! See the <a href="https://git-wip-us.apache.org/repos/asf?p=mesos.git;a=blob_plain;f=CHANGELOG;hb=0.25.0">CHANGELOG</a> and <a href="/blog/mesos-0-25-0-released/">blog post</a> for details.</li>
<li><em>September 30, 2015</em> - Announcing the #MesosCon Europe Hackathon! See the <a href="/blog/announcing-mesoscon-eu-2015-hackathon/">blog post</a> for details.</li>
Expand Down

0 comments on commit c9c67f7

Please sign in to comment.