Ian Maxon has uploaded a new change for review.
https://asterix-gerrit.ics.uci.edu/460
Change subject: Alter Downloads page
......................................................................
Alter Downloads page
Change-Id: Iadb5074d0e0d4fb2b7d4103aa405e9fc91f44bcf
---
M _site/about.html
M _site/community.html
M _site/dev-setup.html
M _site/download.html
M _site/index.html
M _site/pushing.html
M _site/tools.html
M content/about.html
M content/community.html
M content/dev-setup.html
M content/download.html
A content/img/msdn.png
A content/img/tools/gerrit.png
A content/img/tools/intellij-idea-logo.png
A content/img/tools/jenkins.png
A content/img/tools/maven.png
A content/img/tools/msdn.png
A content/img/tools/yk_logo.png
M content/index.html
M content/pushing.html
A content/tools.html
M dev-setup.md
M download.md
23 files changed, 509 insertions(+), 293 deletions(-)
git pull ssh://asterix-gerrit.ics.uci.edu:29418/incubator-asterixdb-site
refs/changes/60/460/1
diff --git a/_site/about.html b/_site/about.html
index 792b2b0..d15c40e 100644
--- a/_site/about.html
+++ b/_site/about.html
@@ -7,16 +7,16 @@
<!-- The above 3 meta tags *must* come first in the head; any other head
content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
- <link rel="icon" href="https://asterixdb.incubator.apache.org/favicon.ico">
+ <link rel="icon" href="http://localhost:4000/favicon.ico">
<title>About AsterixDB</title>
<!-- Bootstrap core CSS -->
- <link href="https://asterixdb.incubator.apache.org/css/bootstrap.min.css"
rel="stylesheet">
+ <link href="http://localhost:4000/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap theme -->
<!-- Custom styles for this template -->
- <link href="https://asterixdb.incubator.apache.org/css/theme.css"
rel="stylesheet">
+ <link href="http://localhost:4000/css/theme.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media
queries -->
<!--[if lt IE 9]>
@@ -29,7 +29,7 @@
<div class="container theme-showcase" role="main">
<div class="masthead">
<p class="lead">
- <a href="https://asterixdb.incubator.apache.org/index.html"><img
src="https://asterixdb.incubator.apache.org/img/asterixdb.png"
style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/></a>
+ <a href="http://localhost:4000/index.html"><img
src="http://localhost:4000/img/asterixdb.png" style="height:75px; width:auto;
vertical-align:bottom; margin-top:10px;"/></a>
</p>
</div>
@@ -42,11 +42,11 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand"
href="https://asterixdb.incubator.apache.org/index.html">Overview</a>
+ <a class="navbar-brand"
href="http://localhost:4000/index.html">Overview</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
- <li><a
href="https://asterixdb.incubator.apache.org/download.html">Download</a></li>
+ <li><a
href="http://localhost:4000/download.html">Download</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Documentation<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
@@ -57,16 +57,16 @@
<li><a
href="https://asterix-jenkins.ics.uci.edu/job/asterix-test-full/site/asterix-doc/index.html">Documentation
for 0.8.7-SNAPSHOT <i class="fa fa-external-link fa-sm"></i></a></li>
</ul>
</li>
- <li><a
href="https://asterixdb.incubator.apache.org/about.html">About</a></li>
- <li><a
href="https://asterixdb.incubator.apache.org/community.html">Community</a></li>
+ <li><a href="http://localhost:4000/about.html">About</a></li>
+ <li><a
href="http://localhost:4000/community.html">Community</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Contributing <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li class="dropdown-header">For New Contributors</li>
- <li><a
href="https://asterixdb.incubator.apache.org/dev-setup.html">Development
Setup</a></li>
+ <li><a
href="http://localhost:4000/dev-setup.html">Development Setup</a></li>
<li class="divider"></li>
<li class="dropdown-header">For Committers</li>
- <li><a
href="https://asterixdb.incubator.apache.org/pushing.html">Pushing
changes</a></li>
+ <li><a href="http://localhost:4000/pushing.html">Pushing
changes</a></li>
</ul>
</li>
</ul>
@@ -118,7 +118,7 @@
<p>Apache AsterixDB, Apache, and the Apache feather logo are
trademarks of the Apache Software Foundation</p>
</div>
<div class="col-md-1 text-right">
- <img src="https://asterixdb.incubator.apache.org/img/egg-logo.png"
style="height:auto; width:200px; vertical-align:bottom;"/>
+ <img src="http://localhost:4000/img/egg-logo.png" style="height:auto;
width:200px; vertical-align:bottom;"/>
</div>
</div>
</footer>
@@ -129,6 +129,6 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
- <script
src="https://asterixdb.incubator.apache.org/js/bootstrap.min.js"></script>
+ <script src="http://localhost:4000/js/bootstrap.min.js"></script>
</body>
</html>
diff --git a/_site/community.html b/_site/community.html
index 13b9140..30e44c7 100644
--- a/_site/community.html
+++ b/_site/community.html
@@ -7,16 +7,16 @@
<!-- The above 3 meta tags *must* come first in the head; any other head
content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
- <link rel="icon" href="https://asterixdb.incubator.apache.org/favicon.ico">
+ <link rel="icon" href="http://localhost:4000/favicon.ico">
<title>Community</title>
<!-- Bootstrap core CSS -->
- <link href="https://asterixdb.incubator.apache.org/css/bootstrap.min.css"
rel="stylesheet">
+ <link href="http://localhost:4000/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap theme -->
<!-- Custom styles for this template -->
- <link href="https://asterixdb.incubator.apache.org/css/theme.css"
rel="stylesheet">
+ <link href="http://localhost:4000/css/theme.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media
queries -->
<!--[if lt IE 9]>
@@ -29,7 +29,7 @@
<div class="container theme-showcase" role="main">
<div class="masthead">
<p class="lead">
- <a href="https://asterixdb.incubator.apache.org/index.html"><img
src="https://asterixdb.incubator.apache.org/img/asterixdb.png"
style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/></a>
+ <a href="http://localhost:4000/index.html"><img
src="http://localhost:4000/img/asterixdb.png" style="height:75px; width:auto;
vertical-align:bottom; margin-top:10px;"/></a>
</p>
</div>
@@ -42,11 +42,11 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand"
href="https://asterixdb.incubator.apache.org/index.html">Overview</a>
+ <a class="navbar-brand"
href="http://localhost:4000/index.html">Overview</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
- <li><a
href="https://asterixdb.incubator.apache.org/download.html">Download</a></li>
+ <li><a
href="http://localhost:4000/download.html">Download</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Documentation<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
@@ -57,16 +57,16 @@
<li><a
href="https://asterix-jenkins.ics.uci.edu/job/asterix-test-full/site/asterix-doc/index.html">Documentation
for 0.8.7-SNAPSHOT <i class="fa fa-external-link fa-sm"></i></a></li>
</ul>
</li>
- <li><a
href="https://asterixdb.incubator.apache.org/about.html">About</a></li>
- <li><a
href="https://asterixdb.incubator.apache.org/community.html">Community</a></li>
+ <li><a href="http://localhost:4000/about.html">About</a></li>
+ <li><a
href="http://localhost:4000/community.html">Community</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Contributing <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li class="dropdown-header">For New Contributors</li>
- <li><a
href="https://asterixdb.incubator.apache.org/dev-setup.html">Development
Setup</a></li>
+ <li><a
href="http://localhost:4000/dev-setup.html">Development Setup</a></li>
<li class="divider"></li>
<li class="dropdown-header">For Committers</li>
- <li><a
href="https://asterixdb.incubator.apache.org/pushing.html">Pushing
changes</a></li>
+ <li><a href="http://localhost:4000/pushing.html">Pushing
changes</a></li>
</ul>
</li>
</ul>
@@ -147,139 +147,139 @@
</thead>
<tbody>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/michael_carey.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/michael_carey.jpg"
width="100" height="100" /></td>
<td>Michael Carey</td>
<td>UC Irvine</td>
<td>dtabass</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/till_westmann.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/till_westmann.jpg"
width="100" height="100" /></td>
<td>Till Westmann</td>
<td>Couchbase</td>
<td>tillw</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/vinayak_borkar.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/vinayak_borkar.jpg"
width="100" height="100" /></td>
<td>Vinayak Borkar</td>
<td>X15 Software</td>
<td>vborkar</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/vassilis_tsotras.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/vassilis_tsotras.jpg"
width="100" height="100" /></td>
<td>Vassilis Tsotras</td>
<td>UC Riverside</td>
<td>tsotras</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/chen_li.jpg" width="100"
height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/chen_li.jpg" width="100"
height="100" /></td>
<td>Chen Li</td>
<td>UC Irvine</td>
<td>chenli</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/yingyi_bu.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/yingyi_bu.jpg" width="100"
height="100" /></td>
<td>Yingyi Bu</td>
<td>UC Irvine</td>
<td>yingyib</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/young_seok_kim.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/young_seok_kim.jpg"
width="100" height="100" /></td>
<td>Young-Seok Kim</td>
<td>UC Irvine</td>
<td>kisskys</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/inci_cetindil.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/inci_cetindil.jpg"
width="100" height="100" /></td>
<td>Inci Cetindil</td>
<td>UC Irvine</td>
<td>icetindil</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/raman_grover.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/raman_grover.jpg"
width="100" height="100" /></td>
<td>Raman Grover</td>
<td>Microsoft Research</td>
<td>raman</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/pouria_pirzadeh.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/pouria_pirzadeh.jpg"
width="100" height="100" /></td>
<td>Pouria Pirzadeh</td>
<td>UC Irvine</td>
<td>pouria</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/murtadha_hubail.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/murtadha_hubail.jpg"
width="100" height="100" /></td>
<td>Murtadha Hubail</td>
<td>UC Irvine</td>
<td>mhubail</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/ian_maxon.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/ian_maxon.jpg" width="100"
height="100" /></td>
<td>Ian Maxon</td>
<td>UC Irvine</td>
<td>imaxon</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/jianfeng_jia.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/jianfeng_jia.jpg"
width="100" height="100" /></td>
<td>Jianfeng Jia</td>
<td>UC Irvine</td>
<td>jianfeng</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/taewoo_kim.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/taewoo_kim.jpg"
width="100" height="100" /></td>
<td>Taewoo Kim</td>
<td>UC Irvine</td>
<td>wangsaeu</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/anonymous.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/anonymous.jpg" width="100"
height="100" /></td>
<td>Cameron Samak</td>
<td>UC Irvine</td>
<td>csamak</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/sattam_alsubaiee.png"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/sattam_alsubaiee.png"
width="100" height="100" /></td>
<td>Sattam Alsubaiee</td>
<td>KACST Saudi Arabia</td>
<td>salsubaiee</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/steven_jacobs.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/steven_jacobs.jpg"
width="100" height="100" /></td>
<td>Steven Jacobs</td>
<td>UC Riverside</td>
<td>sjaco002</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/ildar_absalyamov.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/ildar_absalyamov.jpg"
width="100" height="100" /></td>
<td>Ildar Absalyamov</td>
<td>UC Riverside</td>
<td>ildar</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/anonymous.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/anonymous.jpg" width="100"
height="100" /></td>
<td>Preston Carman</td>
<td>UC Riverside</td>
<td>prestonc</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/abdullah_alamoudi.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/abdullah_alamoudi.jpg"
width="100" height="100" /></td>
<td>Abdullah Alamoudi</td>
<td>Saudi Aramco</td>
<td>amoudi</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/zachary_heilbron.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/zachary_heilbron.jpg"
width="100" height="100" /></td>
<td>Zach Heilbron</td>
<td>X15 Software</td>
<td>zheilbron</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/anonymous.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/anonymous.jpg" width="100"
height="100" /></td>
<td>Markus Dreseler</td>
<td>HPI</td>
<td>mrks</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/keren_ouaknine.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/keren_ouaknine.jpg"
width="100" height="100" /></td>
<td>Keren Ouaknine</td>
<td>Hebrew University</td>
<td>kereno</td>
@@ -301,17 +301,17 @@
</thead>
<tbody>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/chris_hillery.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/chris_hillery.jpg"
width="100" height="100" /></td>
<td>Chris Hillery</td>
<td>Couchbase</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/eugenia_gabrielova.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/eugenia_gabrielova.jpg"
width="100" height="100" /></td>
<td>Eugenia Gabrielova</td>
<td>UC Irvine</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/heri_ramampiaro.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/heri_ramampiaro.jpg"
width="100" height="100" /></td>
<td>Heri Ramampiaro</td>
<td>NTNU Trondheim</td>
</tr>
@@ -331,7 +331,7 @@
<p>Apache AsterixDB, Apache, and the Apache feather logo are
trademarks of the Apache Software Foundation</p>
</div>
<div class="col-md-1 text-right">
- <img src="https://asterixdb.incubator.apache.org/img/egg-logo.png"
style="height:auto; width:200px; vertical-align:bottom;"/>
+ <img src="http://localhost:4000/img/egg-logo.png" style="height:auto;
width:200px; vertical-align:bottom;"/>
</div>
</div>
</footer>
@@ -342,6 +342,6 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
- <script
src="https://asterixdb.incubator.apache.org/js/bootstrap.min.js"></script>
+ <script src="http://localhost:4000/js/bootstrap.min.js"></script>
</body>
</html>
diff --git a/_site/dev-setup.html b/_site/dev-setup.html
index 4201441..34a2c8c 100644
--- a/_site/dev-setup.html
+++ b/_site/dev-setup.html
@@ -7,16 +7,16 @@
<!-- The above 3 meta tags *must* come first in the head; any other head
content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
- <link rel="icon" href="https://asterixdb.incubator.apache.org/favicon.ico">
+ <link rel="icon" href="http://localhost:4000/favicon.ico">
<title>Contributing to AsterixDB</title>
<!-- Bootstrap core CSS -->
- <link href="https://asterixdb.incubator.apache.org/css/bootstrap.min.css"
rel="stylesheet">
+ <link href="http://localhost:4000/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap theme -->
<!-- Custom styles for this template -->
- <link href="https://asterixdb.incubator.apache.org/css/theme.css"
rel="stylesheet">
+ <link href="http://localhost:4000/css/theme.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media
queries -->
<!--[if lt IE 9]>
@@ -29,7 +29,7 @@
<div class="container theme-showcase" role="main">
<div class="masthead">
<p class="lead">
- <a href="https://asterixdb.incubator.apache.org/index.html"><img
src="https://asterixdb.incubator.apache.org/img/asterixdb.png"
style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/></a>
+ <a href="http://localhost:4000/index.html"><img
src="http://localhost:4000/img/asterixdb.png" style="height:75px; width:auto;
vertical-align:bottom; margin-top:10px;"/></a>
</p>
</div>
@@ -42,11 +42,11 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand"
href="https://asterixdb.incubator.apache.org/index.html">Overview</a>
+ <a class="navbar-brand"
href="http://localhost:4000/index.html">Overview</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
- <li><a
href="https://asterixdb.incubator.apache.org/download.html">Download</a></li>
+ <li><a
href="http://localhost:4000/download.html">Download</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Documentation<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
@@ -57,16 +57,16 @@
<li><a
href="https://asterix-jenkins.ics.uci.edu/job/asterix-test-full/site/asterix-doc/index.html">Documentation
for 0.8.7-SNAPSHOT <i class="fa fa-external-link fa-sm"></i></a></li>
</ul>
</li>
- <li><a
href="https://asterixdb.incubator.apache.org/about.html">About</a></li>
- <li><a
href="https://asterixdb.incubator.apache.org/community.html">Community</a></li>
+ <li><a href="http://localhost:4000/about.html">About</a></li>
+ <li><a
href="http://localhost:4000/community.html">Community</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Contributing <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li class="dropdown-header">For New Contributors</li>
- <li><a
href="https://asterixdb.incubator.apache.org/dev-setup.html">Development
Setup</a></li>
+ <li><a
href="http://localhost:4000/dev-setup.html">Development Setup</a></li>
<li class="divider"></li>
<li class="dropdown-header">For Committers</li>
- <li><a
href="https://asterixdb.incubator.apache.org/pushing.html">Pushing
changes</a></li>
+ <li><a href="http://localhost:4000/pushing.html">Pushing
changes</a></li>
</ul>
</li>
</ul>
@@ -82,6 +82,11 @@
<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="#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>
+ </li>
<li><a href="#setting-up-an-asterix-development-environment-in-eclipse"
id="markdown-toc-setting-up-an-asterix-development-environment-in-eclipse">Setting
up an Asterix Development environment in Eclipse</a> <ul>
<li><a href="#prerequisites"
id="markdown-toc-prerequisites">Prerequisites</a></li>
<li><a href="#steps" id="markdown-toc-steps">Steps</a></li>
@@ -107,6 +112,17 @@
<h2 id="introduction">Introduction</h2>
<p>We warmly welcome any contributions to the AsterixDB or related (Hyracks,
Pregelix) projects. A great way to start contributing is to pick a bug labelled
starter in JIRA and submit a patch for it, to get acquainted with our codebase
and development process.</p>
+
+<hr />
+
+<h2 id="master-snapshots">Master snapshots</h2>
+<p>If you are 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.</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-test-full/lastStableBuild/org.apache.asterix$asterix-installer/artifact/org.apache.asterix/asterix-installer/0.8.7-SNAPSHOT/asterix-installer-0.8.7-SNAPSHOT-binary-assembly.zip"
role="button">Download AsterixDB 0.8.7-SNAPSHOT <i class="fa fa-download
fa-lg"></i> </a></p>
+
+<h3 id="yarn-installer">YARN Installer</h3>
+<p><a class="btn btn-md btn-warning"
href="https://asterix-jenkins.ics.uci.edu/job/asterix-test-full/lastStableBuild/org.apache.asterix$asterix-yarn/artifact/org.apache.asterix/asterix-yarn/0.8.7-SNAPSHOT/asterix-yarn-0.8.7-SNAPSHOT-binary-assembly.zip"
role="button">Download AsterixDB 0.8.7-SNAPSHOT <i class="fa fa-download
fa-lg"></i> </a></p>
<hr />
@@ -375,7 +391,7 @@
<p>Apache AsterixDB, Apache, and the Apache feather logo are
trademarks of the Apache Software Foundation</p>
</div>
<div class="col-md-1 text-right">
- <img src="https://asterixdb.incubator.apache.org/img/egg-logo.png"
style="height:auto; width:200px; vertical-align:bottom;"/>
+ <img src="http://localhost:4000/img/egg-logo.png" style="height:auto;
width:200px; vertical-align:bottom;"/>
</div>
</div>
</footer>
@@ -386,6 +402,6 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
- <script
src="https://asterixdb.incubator.apache.org/js/bootstrap.min.js"></script>
+ <script src="http://localhost:4000/js/bootstrap.min.js"></script>
</body>
</html>
diff --git a/_site/download.html b/_site/download.html
index eef3fa3..3cbc9ad 100644
--- a/_site/download.html
+++ b/_site/download.html
@@ -7,16 +7,16 @@
<!-- The above 3 meta tags *must* come first in the head; any other head
content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
- <link rel="icon" href="https://asterixdb.incubator.apache.org/favicon.ico">
+ <link rel="icon" href="http://localhost:4000/favicon.ico">
<title>Download</title>
<!-- Bootstrap core CSS -->
- <link href="https://asterixdb.incubator.apache.org/css/bootstrap.min.css"
rel="stylesheet">
+ <link href="http://localhost:4000/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap theme -->
<!-- Custom styles for this template -->
- <link href="https://asterixdb.incubator.apache.org/css/theme.css"
rel="stylesheet">
+ <link href="http://localhost:4000/css/theme.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media
queries -->
<!--[if lt IE 9]>
@@ -29,7 +29,7 @@
<div class="container theme-showcase" role="main">
<div class="masthead">
<p class="lead">
- <a href="https://asterixdb.incubator.apache.org/index.html"><img
src="https://asterixdb.incubator.apache.org/img/asterixdb.png"
style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/></a>
+ <a href="http://localhost:4000/index.html"><img
src="http://localhost:4000/img/asterixdb.png" style="height:75px; width:auto;
vertical-align:bottom; margin-top:10px;"/></a>
</p>
</div>
@@ -42,11 +42,11 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand"
href="https://asterixdb.incubator.apache.org/index.html">Overview</a>
+ <a class="navbar-brand"
href="http://localhost:4000/index.html">Overview</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
- <li><a
href="https://asterixdb.incubator.apache.org/download.html">Download</a></li>
+ <li><a
href="http://localhost:4000/download.html">Download</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Documentation<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
@@ -57,16 +57,16 @@
<li><a
href="https://asterix-jenkins.ics.uci.edu/job/asterix-test-full/site/asterix-doc/index.html">Documentation
for 0.8.7-SNAPSHOT <i class="fa fa-external-link fa-sm"></i></a></li>
</ul>
</li>
- <li><a
href="https://asterixdb.incubator.apache.org/about.html">About</a></li>
- <li><a
href="https://asterixdb.incubator.apache.org/community.html">Community</a></li>
+ <li><a href="http://localhost:4000/about.html">About</a></li>
+ <li><a
href="http://localhost:4000/community.html">Community</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Contributing <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li class="dropdown-header">For New Contributors</li>
- <li><a
href="https://asterixdb.incubator.apache.org/dev-setup.html">Development
Setup</a></li>
+ <li><a
href="http://localhost:4000/dev-setup.html">Development Setup</a></li>
<li class="divider"></li>
<li class="dropdown-header">For Committers</li>
- <li><a
href="https://asterixdb.incubator.apache.org/pushing.html">Pushing
changes</a></li>
+ <li><a href="http://localhost:4000/pushing.html">Pushing
changes</a></li>
</ul>
</li>
</ul>
@@ -86,90 +86,99 @@
<div class="row">
<div class="col-md-6">
- <p>Feel free to browse and download the source of AsterixDB (and Hyracks)
from our GitHub mirror.</p>
+ <p>Feel free to browse and download the source of AsterixDB (and Hyracks)
from our GitHub mirror.
+Source releases as a tarball are also available.</p>
</div>
<div class="col-md-6">
<p><a class="btn btn-md btn-info"
href="https://github.com/apache/incubator-asterixdb/" role="button">AsterixDB
on GitHub <i class="fa fa-github fa-lg"></i></a></p>
<p><a class="btn btn-md btn-info"
href="https://github.com/apache/incubator-asterixdb-hyracks/"
role="button">Hyracks on GitHub <i class="fa fa-github fa-lg"></i></a></p>
+ <p><a class="btn btn-md btn-info"
href="https://dist.apache.org/repos/dist/release/incubator/asterixdb/"
role="button">Source Tarballs <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
-<div class="col-md-6">
- <h3 id="standalone-cluster-installer">Standalone Cluster Installer</h3>
- </div>
+</div>
</div>
<div class="row">
-<div class="col-md-6">
- <p>This packaging is most suitable for installation on a cluster without
Hadoop or YARN. Choose from either a stable release or the latest build from
our master branch.</p>
- </div>
+<div class="col-md-6" markdown="1">
+This packaging is most suitable for installation on a cluster without Hadoop
or YARN. Choose from either a stable release or the latest build from our
master branch.
+</div>
-<div class="col-md-6">
+<div class="col-md-6" markdown="1">
- <p><a class="btn btn-md btn-success"
href="http://asterixdb.ics.uci.edu/download/0.8.6/asterix-installer-0.8.6-binary-assembly.zip"
role="button">Download AsterixDB 0.8.6 <i class="fa fa-download fa-lg"></i>
</a></p>
- <p><a class="btn btn-md btn-warning"
href="https://asterix-jenkins.ics.uci.edu/job/asterix-test-full/lastStableBuild/org.apache.asterix$asterix-installer/artifact/org.apache.asterix/asterix-installer/0.8.7-SNAPSHOT/asterix-installer-0.8.7-SNAPSHOT-binary-assembly.zip"
role="button">Download AsterixDB 0.8.7-SNAPSHOT <i class="fa fa-download
fa-lg"></i> </a></p>
-
- </div>
+<p><a class="btn btn-md btn-success"
href="http://asterixdb.ics.uci.edu/download/0.8.6/asterix-installer-0.8.6-binary-assembly.zip"
role="button">Download AsterixDB 0.8.6 <i class="fa fa-download fa-lg"></i>
</a></p>
+<p><a class="btn btn-md btn-warning"
href="https://asterix-jenkins.ics.uci.edu/job/asterix-test-full/lastStableBuild/org.apache.asterix$asterix-installer/artifact/org.apache.asterix/asterix-installer/0.8.7-SNAPSHOT/asterix-installer-0.8.7-SNAPSHOT-binary-assembly.zip"
role="button">Download AsterixDB 0.8.7-SNAPSHOT <i class="fa fa-download
fa-lg"></i> </a></p>
</div>
+
+</div>
+
<div class="row">
-<div class="col-md-6">
- <h3 id="yarn-cluster-installer">YARN Cluster Installer</h3>
+<div class="col-md-6" markdown="1">
+### YARN Cluster Installer
- </div>
+
+</div>
</div>
<div class="row">
-<div class="col-md-6">
- <p>This is AsterixDB packaged with the YARN installer. If you already have
a cluster running Hadoop YARN, this is the easiest way to start out with
AsterixDB.</p>
- </div>
+<div class="col-md-6" markdown="1">
+This is AsterixDB packaged with the YARN installer. If you already have a
cluster running Hadoop YARN, this is the easiest way to start out with
AsterixDB.
+</div>
-<div class="col-md-6">
+<div class="col-md-6" markdown="1">
- <p><a class="btn btn-md btn-warning"
href="https://asterix-jenkins.ics.uci.edu/job/asterix-test-full/lastStableBuild/org.apache.asterix$asterix-yarn/artifact/org.apache.asterix/asterix-yarn/0.8.7-SNAPSHOT/asterix-yarn-0.8.7-SNAPSHOT-binary-assembly.zip"
role="button">Download AsterixDB 0.8.7-SNAPSHOT <i class="fa fa-download
fa-lg"></i> </a></p>
-
- </div>
+<p><a class="btn btn-md btn-warning"
href="https://asterix-jenkins.ics.uci.edu/job/asterix-test-full/lastStableBuild/org.apache.asterix$asterix-yarn/artifact/org.apache.asterix/asterix-yarn/0.8.7-SNAPSHOT/asterix-yarn-0.8.7-SNAPSHOT-binary-assembly.zip"
role="button">Download AsterixDB 0.8.7-SNAPSHOT <i class="fa fa-download
fa-lg"></i> </a></p>
</div>
+
+</div>
+
<div class="row">
-<div class="col-md-6">
- <h3 id="extras">Extras</h3>
+<div class="col-md-6" markdown="1">
+### Extras
- </div>
+
+</div>
</div>
<div class="row">
-<div class="col-md-6">
- <p>APIs, Bindings and Demos. If you’re a developer looking for examples of
how to build an application on top of or integrated with AsterixDB, these
should help you get started.</p>
+<div class="col-md-6" markdown="1">
+APIs, Bindings and Demos. If you're a developer looking for examples of how to
build an application on top of or integrated with AsterixDB, these should help
you get started.
- </div>
-
-<div class="col-md-6">
-
- <p><a class="btn btn-md btn-success"
href="https://asterixdb.ics.uci.edu/download/demos/tweetbook-demo.zip"
role="button">Download the TweetBook Demo <i class="fa fa-download fa-lg"></i>
</a></p>
-
- <p><a class="btn btn-md btn-success"
href="https://asterixdb.ics.uci.edu/download/demos/admaql101-demo.zip"
role="button">Download the AsterixDB ADM & AQL 101 Demo <i class="fa
fa-download fa-lg"></i> </a></p>
-
- <p><a class="btn btn-md btn-success"
href="https://asterixdb.ics.uci.edu/download/bindings/asterix-sdk-stable.js"
role="button">Download AsterixDB Javascript Bindings <i class="fa fa-download
fa-lg"></i> </a></p>
- </div>
</div>
+<div class="col-md-6" markdown="1">
+
+<p><a class="btn btn-md btn-success"
href="https://asterixdb.ics.uci.edu/download/demos/tweetbook-demo.zip"
role="button">Download the TweetBook Demo <i class="fa fa-download fa-lg"></i>
</a></p>
+
+<p><a class="btn btn-md btn-success"
href="https://asterixdb.ics.uci.edu/download/demos/admaql101-demo.zip"
role="button">Download the AsterixDB ADM & AQL 101 Demo <i class="fa
fa-download fa-lg"></i> </a></p>
+
+<p><a class="btn btn-md btn-success"
href="https://asterixdb.ics.uci.edu/download/bindings/asterix-sdk-stable.js"
role="button">Download AsterixDB Javascript Bindings <i class="fa fa-download
fa-lg"></i> </a></p>
+</div>
+</div>
+
+-->
+</div>
</div>
</div>
@@ -184,7 +193,7 @@
<p>Apache AsterixDB, Apache, and the Apache feather logo are
trademarks of the Apache Software Foundation</p>
</div>
<div class="col-md-1 text-right">
- <img src="https://asterixdb.incubator.apache.org/img/egg-logo.png"
style="height:auto; width:200px; vertical-align:bottom;"/>
+ <img src="http://localhost:4000/img/egg-logo.png" style="height:auto;
width:200px; vertical-align:bottom;"/>
</div>
</div>
</footer>
@@ -195,6 +204,6 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
- <script
src="https://asterixdb.incubator.apache.org/js/bootstrap.min.js"></script>
+ <script src="http://localhost:4000/js/bootstrap.min.js"></script>
</body>
</html>
diff --git a/_site/index.html b/_site/index.html
index d5e06fe..50994bc 100644
--- a/_site/index.html
+++ b/_site/index.html
@@ -7,16 +7,16 @@
<!-- The above 3 meta tags *must* come first in the head; any other head
content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
- <link rel="icon" href="https://asterixdb.incubator.apache.org/favicon.ico">
+ <link rel="icon" href="http://localhost:4000/favicon.ico">
<title>Apache AsterixDB</title>
<!-- Bootstrap core CSS -->
- <link href="https://asterixdb.incubator.apache.org/css/bootstrap.min.css"
rel="stylesheet">
+ <link href="http://localhost:4000/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap theme -->
<!-- Custom styles for this template -->
- <link href="https://asterixdb.incubator.apache.org/css/theme.css"
rel="stylesheet">
+ <link href="http://localhost:4000/css/theme.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media
queries -->
<!--[if lt IE 9]>
@@ -29,7 +29,7 @@
<div class="container theme-showcase" role="main">
<div class="masthead">
<p class="lead">
- <a href="https://asterixdb.incubator.apache.org/index.html"><img
src="https://asterixdb.incubator.apache.org/img/asterixdb.png"
style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/></a>
+ <a href="http://localhost:4000/index.html"><img
src="http://localhost:4000/img/asterixdb.png" style="height:75px; width:auto;
vertical-align:bottom; margin-top:10px;"/></a>
</p>
</div>
@@ -42,11 +42,11 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand"
href="https://asterixdb.incubator.apache.org/index.html">Overview</a>
+ <a class="navbar-brand"
href="http://localhost:4000/index.html">Overview</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
- <li><a
href="https://asterixdb.incubator.apache.org/download.html">Download</a></li>
+ <li><a
href="http://localhost:4000/download.html">Download</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Documentation<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
@@ -57,16 +57,16 @@
<li><a
href="https://asterix-jenkins.ics.uci.edu/job/asterix-test-full/site/asterix-doc/index.html">Documentation
for 0.8.7-SNAPSHOT <i class="fa fa-external-link fa-sm"></i></a></li>
</ul>
</li>
- <li><a
href="https://asterixdb.incubator.apache.org/about.html">About</a></li>
- <li><a
href="https://asterixdb.incubator.apache.org/community.html">Community</a></li>
+ <li><a href="http://localhost:4000/about.html">About</a></li>
+ <li><a
href="http://localhost:4000/community.html">Community</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Contributing <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li class="dropdown-header">For New Contributors</li>
- <li><a
href="https://asterixdb.incubator.apache.org/dev-setup.html">Development
Setup</a></li>
+ <li><a
href="http://localhost:4000/dev-setup.html">Development Setup</a></li>
<li class="divider"></li>
<li class="dropdown-header">For Committers</li>
- <li><a
href="https://asterixdb.incubator.apache.org/pushing.html">Pushing
changes</a></li>
+ <li><a href="http://localhost:4000/pushing.html">Pushing
changes</a></li>
</ul>
</li>
</ul>
@@ -230,9 +230,9 @@
</div>
<div class="col-md-6">
<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:users@asterixdb.incubator.apache.org">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="https://asterixdb.incubator.apache.org/community.html">Community</a> page
for more details.</p>
+ <p>If you have any questions, please feel free to ask on our <a
href="mailto:users@asterixdb.incubator.apache.org">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="http://localhost:4000/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="https://asterixdb.incubator.apache.org/dev-setup.html">Contributing</a>
page to learn more.</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="http://localhost:4000/dev-setup.html">Contributing</a> page to learn
more.</p>
</div>
</div>
@@ -246,7 +246,7 @@
<p>Apache AsterixDB, Apache, and the Apache feather logo are
trademarks of the Apache Software Foundation</p>
</div>
<div class="col-md-1 text-right">
- <img src="https://asterixdb.incubator.apache.org/img/egg-logo.png"
style="height:auto; width:200px; vertical-align:bottom;"/>
+ <img src="http://localhost:4000/img/egg-logo.png" style="height:auto;
width:200px; vertical-align:bottom;"/>
</div>
</div>
</footer>
@@ -257,6 +257,6 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
- <script
src="https://asterixdb.incubator.apache.org/js/bootstrap.min.js"></script>
+ <script src="http://localhost:4000/js/bootstrap.min.js"></script>
</body>
</html>
diff --git a/_site/pushing.html b/_site/pushing.html
index f9a5d05..bf4fa45 100644
--- a/_site/pushing.html
+++ b/_site/pushing.html
@@ -7,16 +7,16 @@
<!-- The above 3 meta tags *must* come first in the head; any other head
content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
- <link rel="icon" href="https://asterixdb.incubator.apache.org/favicon.ico">
+ <link rel="icon" href="http://localhost:4000/favicon.ico">
<title>Submitting Changes</title>
<!-- Bootstrap core CSS -->
- <link href="https://asterixdb.incubator.apache.org/css/bootstrap.min.css"
rel="stylesheet">
+ <link href="http://localhost:4000/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap theme -->
<!-- Custom styles for this template -->
- <link href="https://asterixdb.incubator.apache.org/css/theme.css"
rel="stylesheet">
+ <link href="http://localhost:4000/css/theme.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media
queries -->
<!--[if lt IE 9]>
@@ -29,7 +29,7 @@
<div class="container theme-showcase" role="main">
<div class="masthead">
<p class="lead">
- <a href="https://asterixdb.incubator.apache.org/index.html"><img
src="https://asterixdb.incubator.apache.org/img/asterixdb.png"
style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/></a>
+ <a href="http://localhost:4000/index.html"><img
src="http://localhost:4000/img/asterixdb.png" style="height:75px; width:auto;
vertical-align:bottom; margin-top:10px;"/></a>
</p>
</div>
@@ -42,11 +42,11 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand"
href="https://asterixdb.incubator.apache.org/index.html">Overview</a>
+ <a class="navbar-brand"
href="http://localhost:4000/index.html">Overview</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
- <li><a
href="https://asterixdb.incubator.apache.org/download.html">Download</a></li>
+ <li><a
href="http://localhost:4000/download.html">Download</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Documentation<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
@@ -57,16 +57,16 @@
<li><a
href="https://asterix-jenkins.ics.uci.edu/job/asterix-test-full/site/asterix-doc/index.html">Documentation
for 0.8.7-SNAPSHOT <i class="fa fa-external-link fa-sm"></i></a></li>
</ul>
</li>
- <li><a
href="https://asterixdb.incubator.apache.org/about.html">About</a></li>
- <li><a
href="https://asterixdb.incubator.apache.org/community.html">Community</a></li>
+ <li><a href="http://localhost:4000/about.html">About</a></li>
+ <li><a
href="http://localhost:4000/community.html">Community</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Contributing <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li class="dropdown-header">For New Contributors</li>
- <li><a
href="https://asterixdb.incubator.apache.org/dev-setup.html">Development
Setup</a></li>
+ <li><a
href="http://localhost:4000/dev-setup.html">Development Setup</a></li>
<li class="divider"></li>
<li class="dropdown-header">For Committers</li>
- <li><a
href="https://asterixdb.incubator.apache.org/pushing.html">Pushing
changes</a></li>
+ <li><a href="http://localhost:4000/pushing.html">Pushing
changes</a></li>
</ul>
</li>
</ul>
@@ -146,7 +146,7 @@
<p>Apache AsterixDB, Apache, and the Apache feather logo are
trademarks of the Apache Software Foundation</p>
</div>
<div class="col-md-1 text-right">
- <img src="https://asterixdb.incubator.apache.org/img/egg-logo.png"
style="height:auto; width:200px; vertical-align:bottom;"/>
+ <img src="http://localhost:4000/img/egg-logo.png" style="height:auto;
width:200px; vertical-align:bottom;"/>
</div>
</div>
</footer>
@@ -157,6 +157,6 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
- <script
src="https://asterixdb.incubator.apache.org/js/bootstrap.min.js"></script>
+ <script src="http://localhost:4000/js/bootstrap.min.js"></script>
</body>
</html>
diff --git a/_site/tools.html b/_site/tools.html
index a3a61eb..5cd8981 100644
--- a/_site/tools.html
+++ b/_site/tools.html
@@ -7,16 +7,16 @@
<!-- The above 3 meta tags *must* come first in the head; any other head
content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
- <link rel="icon" href="https://asterixdb.incubator.apache.org/favicon.ico">
+ <link rel="icon" href="http://localhost:4000/favicon.ico">
<title>Tools</title>
<!-- Bootstrap core CSS -->
- <link href="https://asterixdb.incubator.apache.org/css/bootstrap.min.css"
rel="stylesheet">
+ <link href="http://localhost:4000/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap theme -->
<!-- Custom styles for this template -->
- <link href="https://asterixdb.incubator.apache.org/css/theme.css"
rel="stylesheet">
+ <link href="http://localhost:4000/css/theme.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media
queries -->
<!--[if lt IE 9]>
@@ -29,7 +29,7 @@
<div class="container theme-showcase" role="main">
<div class="masthead">
<p class="lead">
- <a href="https://asterixdb.incubator.apache.org/index.html"><img
src="https://asterixdb.incubator.apache.org/img/asterixdb.png"
style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/></a>
+ <a href="http://localhost:4000/index.html"><img
src="http://localhost:4000/img/asterixdb.png" style="height:75px; width:auto;
vertical-align:bottom; margin-top:10px;"/></a>
</p>
</div>
@@ -42,11 +42,11 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand"
href="https://asterixdb.incubator.apache.org/index.html">Overview</a>
+ <a class="navbar-brand"
href="http://localhost:4000/index.html">Overview</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
- <li><a
href="https://asterixdb.incubator.apache.org/download.html">Download</a></li>
+ <li><a
href="http://localhost:4000/download.html">Download</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Documentation<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
@@ -57,16 +57,16 @@
<li><a
href="https://asterix-jenkins.ics.uci.edu/job/asterix-test-full/site/asterix-doc/index.html">Documentation
for 0.8.7-SNAPSHOT <i class="fa fa-external-link fa-sm"></i></a></li>
</ul>
</li>
- <li><a
href="https://asterixdb.incubator.apache.org/about.html">About</a></li>
- <li><a
href="https://asterixdb.incubator.apache.org/community.html">Community</a></li>
+ <li><a href="http://localhost:4000/about.html">About</a></li>
+ <li><a
href="http://localhost:4000/community.html">Community</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Contributing <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li class="dropdown-header">For New Contributors</li>
- <li><a
href="https://asterixdb.incubator.apache.org/dev-setup.html">Development
Setup</a></li>
+ <li><a
href="http://localhost:4000/dev-setup.html">Development Setup</a></li>
<li class="divider"></li>
<li class="dropdown-header">For Committers</li>
- <li><a
href="https://asterixdb.incubator.apache.org/pushing.html">Pushing
changes</a></li>
+ <li><a href="http://localhost:4000/pushing.html">Pushing
changes</a></li>
</ul>
</li>
</ul>
@@ -87,7 +87,7 @@
<h3 id="apache-tools">Apache Tools</h3>
<p>|———————————————————————————–|——————-|
-|<img src="https://asterixdb.incubator.apache.org//img/tools/maven.png"
height="100" /> | |</p>
+|<img src="http://localhost:4000//img/tools/maven.png" height="100" /> |
|</p>
<hr />
<h4 id="open-source-tools">Open Source Tools</h4>
@@ -95,11 +95,11 @@
<table class="table table-striped">
<tbody>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/tools/jenkins.png"
height="100" /></td>
+ <td><img src="http://localhost:4000//img/tools/jenkins.png" height="100"
/></td>
<td> </td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/tools/gerrit.png" height="100"
/></td>
+ <td><img src="http://localhost:4000//img/tools/gerrit.png" height="100"
/></td>
<td>Gerrit is used by the majority of developers as a staging repository
for new changes and as a code review tool</td>
</tr>
</tbody>
@@ -112,11 +112,11 @@
<table class="table table-striped">
<tbody>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/tools/yourkit.png"
height="100" /></td>
+ <td><img src="http://localhost:4000//img/tools/yourkit.png" height="100"
/></td>
<td>YourKit whenever a hard to</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/tools/intellij.png"
height="100" /></td>
+ <td><img src="http://localhost:4000//img/tools/intellij.png"
height="100" /></td>
<td> </td>
</tr>
</tbody>
@@ -135,7 +135,7 @@
<p>Apache AsterixDB, Apache, and the Apache feather logo are
trademarks of the Apache Software Foundation</p>
</div>
<div class="col-md-1 text-right">
- <img src="https://asterixdb.incubator.apache.org/img/egg-logo.png"
style="height:auto; width:200px; vertical-align:bottom;"/>
+ <img src="http://localhost:4000/img/egg-logo.png" style="height:auto;
width:200px; vertical-align:bottom;"/>
</div>
</div>
</footer>
@@ -146,6 +146,6 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
- <script
src="https://asterixdb.incubator.apache.org/js/bootstrap.min.js"></script>
+ <script src="http://localhost:4000/js/bootstrap.min.js"></script>
</body>
</html>
diff --git a/content/about.html b/content/about.html
index 792b2b0..d15c40e 100644
--- a/content/about.html
+++ b/content/about.html
@@ -7,16 +7,16 @@
<!-- The above 3 meta tags *must* come first in the head; any other head
content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
- <link rel="icon" href="https://asterixdb.incubator.apache.org/favicon.ico">
+ <link rel="icon" href="http://localhost:4000/favicon.ico">
<title>About AsterixDB</title>
<!-- Bootstrap core CSS -->
- <link href="https://asterixdb.incubator.apache.org/css/bootstrap.min.css"
rel="stylesheet">
+ <link href="http://localhost:4000/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap theme -->
<!-- Custom styles for this template -->
- <link href="https://asterixdb.incubator.apache.org/css/theme.css"
rel="stylesheet">
+ <link href="http://localhost:4000/css/theme.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media
queries -->
<!--[if lt IE 9]>
@@ -29,7 +29,7 @@
<div class="container theme-showcase" role="main">
<div class="masthead">
<p class="lead">
- <a href="https://asterixdb.incubator.apache.org/index.html"><img
src="https://asterixdb.incubator.apache.org/img/asterixdb.png"
style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/></a>
+ <a href="http://localhost:4000/index.html"><img
src="http://localhost:4000/img/asterixdb.png" style="height:75px; width:auto;
vertical-align:bottom; margin-top:10px;"/></a>
</p>
</div>
@@ -42,11 +42,11 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand"
href="https://asterixdb.incubator.apache.org/index.html">Overview</a>
+ <a class="navbar-brand"
href="http://localhost:4000/index.html">Overview</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
- <li><a
href="https://asterixdb.incubator.apache.org/download.html">Download</a></li>
+ <li><a
href="http://localhost:4000/download.html">Download</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Documentation<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
@@ -57,16 +57,16 @@
<li><a
href="https://asterix-jenkins.ics.uci.edu/job/asterix-test-full/site/asterix-doc/index.html">Documentation
for 0.8.7-SNAPSHOT <i class="fa fa-external-link fa-sm"></i></a></li>
</ul>
</li>
- <li><a
href="https://asterixdb.incubator.apache.org/about.html">About</a></li>
- <li><a
href="https://asterixdb.incubator.apache.org/community.html">Community</a></li>
+ <li><a href="http://localhost:4000/about.html">About</a></li>
+ <li><a
href="http://localhost:4000/community.html">Community</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Contributing <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li class="dropdown-header">For New Contributors</li>
- <li><a
href="https://asterixdb.incubator.apache.org/dev-setup.html">Development
Setup</a></li>
+ <li><a
href="http://localhost:4000/dev-setup.html">Development Setup</a></li>
<li class="divider"></li>
<li class="dropdown-header">For Committers</li>
- <li><a
href="https://asterixdb.incubator.apache.org/pushing.html">Pushing
changes</a></li>
+ <li><a href="http://localhost:4000/pushing.html">Pushing
changes</a></li>
</ul>
</li>
</ul>
@@ -118,7 +118,7 @@
<p>Apache AsterixDB, Apache, and the Apache feather logo are
trademarks of the Apache Software Foundation</p>
</div>
<div class="col-md-1 text-right">
- <img src="https://asterixdb.incubator.apache.org/img/egg-logo.png"
style="height:auto; width:200px; vertical-align:bottom;"/>
+ <img src="http://localhost:4000/img/egg-logo.png" style="height:auto;
width:200px; vertical-align:bottom;"/>
</div>
</div>
</footer>
@@ -129,6 +129,6 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
- <script
src="https://asterixdb.incubator.apache.org/js/bootstrap.min.js"></script>
+ <script src="http://localhost:4000/js/bootstrap.min.js"></script>
</body>
</html>
diff --git a/content/community.html b/content/community.html
index 13b9140..30e44c7 100644
--- a/content/community.html
+++ b/content/community.html
@@ -7,16 +7,16 @@
<!-- The above 3 meta tags *must* come first in the head; any other head
content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
- <link rel="icon" href="https://asterixdb.incubator.apache.org/favicon.ico">
+ <link rel="icon" href="http://localhost:4000/favicon.ico">
<title>Community</title>
<!-- Bootstrap core CSS -->
- <link href="https://asterixdb.incubator.apache.org/css/bootstrap.min.css"
rel="stylesheet">
+ <link href="http://localhost:4000/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap theme -->
<!-- Custom styles for this template -->
- <link href="https://asterixdb.incubator.apache.org/css/theme.css"
rel="stylesheet">
+ <link href="http://localhost:4000/css/theme.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media
queries -->
<!--[if lt IE 9]>
@@ -29,7 +29,7 @@
<div class="container theme-showcase" role="main">
<div class="masthead">
<p class="lead">
- <a href="https://asterixdb.incubator.apache.org/index.html"><img
src="https://asterixdb.incubator.apache.org/img/asterixdb.png"
style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/></a>
+ <a href="http://localhost:4000/index.html"><img
src="http://localhost:4000/img/asterixdb.png" style="height:75px; width:auto;
vertical-align:bottom; margin-top:10px;"/></a>
</p>
</div>
@@ -42,11 +42,11 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand"
href="https://asterixdb.incubator.apache.org/index.html">Overview</a>
+ <a class="navbar-brand"
href="http://localhost:4000/index.html">Overview</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
- <li><a
href="https://asterixdb.incubator.apache.org/download.html">Download</a></li>
+ <li><a
href="http://localhost:4000/download.html">Download</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Documentation<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
@@ -57,16 +57,16 @@
<li><a
href="https://asterix-jenkins.ics.uci.edu/job/asterix-test-full/site/asterix-doc/index.html">Documentation
for 0.8.7-SNAPSHOT <i class="fa fa-external-link fa-sm"></i></a></li>
</ul>
</li>
- <li><a
href="https://asterixdb.incubator.apache.org/about.html">About</a></li>
- <li><a
href="https://asterixdb.incubator.apache.org/community.html">Community</a></li>
+ <li><a href="http://localhost:4000/about.html">About</a></li>
+ <li><a
href="http://localhost:4000/community.html">Community</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Contributing <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li class="dropdown-header">For New Contributors</li>
- <li><a
href="https://asterixdb.incubator.apache.org/dev-setup.html">Development
Setup</a></li>
+ <li><a
href="http://localhost:4000/dev-setup.html">Development Setup</a></li>
<li class="divider"></li>
<li class="dropdown-header">For Committers</li>
- <li><a
href="https://asterixdb.incubator.apache.org/pushing.html">Pushing
changes</a></li>
+ <li><a href="http://localhost:4000/pushing.html">Pushing
changes</a></li>
</ul>
</li>
</ul>
@@ -147,139 +147,139 @@
</thead>
<tbody>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/michael_carey.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/michael_carey.jpg"
width="100" height="100" /></td>
<td>Michael Carey</td>
<td>UC Irvine</td>
<td>dtabass</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/till_westmann.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/till_westmann.jpg"
width="100" height="100" /></td>
<td>Till Westmann</td>
<td>Couchbase</td>
<td>tillw</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/vinayak_borkar.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/vinayak_borkar.jpg"
width="100" height="100" /></td>
<td>Vinayak Borkar</td>
<td>X15 Software</td>
<td>vborkar</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/vassilis_tsotras.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/vassilis_tsotras.jpg"
width="100" height="100" /></td>
<td>Vassilis Tsotras</td>
<td>UC Riverside</td>
<td>tsotras</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/chen_li.jpg" width="100"
height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/chen_li.jpg" width="100"
height="100" /></td>
<td>Chen Li</td>
<td>UC Irvine</td>
<td>chenli</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/yingyi_bu.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/yingyi_bu.jpg" width="100"
height="100" /></td>
<td>Yingyi Bu</td>
<td>UC Irvine</td>
<td>yingyib</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/young_seok_kim.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/young_seok_kim.jpg"
width="100" height="100" /></td>
<td>Young-Seok Kim</td>
<td>UC Irvine</td>
<td>kisskys</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/inci_cetindil.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/inci_cetindil.jpg"
width="100" height="100" /></td>
<td>Inci Cetindil</td>
<td>UC Irvine</td>
<td>icetindil</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/raman_grover.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/raman_grover.jpg"
width="100" height="100" /></td>
<td>Raman Grover</td>
<td>Microsoft Research</td>
<td>raman</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/pouria_pirzadeh.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/pouria_pirzadeh.jpg"
width="100" height="100" /></td>
<td>Pouria Pirzadeh</td>
<td>UC Irvine</td>
<td>pouria</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/murtadha_hubail.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/murtadha_hubail.jpg"
width="100" height="100" /></td>
<td>Murtadha Hubail</td>
<td>UC Irvine</td>
<td>mhubail</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/ian_maxon.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/ian_maxon.jpg" width="100"
height="100" /></td>
<td>Ian Maxon</td>
<td>UC Irvine</td>
<td>imaxon</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/jianfeng_jia.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/jianfeng_jia.jpg"
width="100" height="100" /></td>
<td>Jianfeng Jia</td>
<td>UC Irvine</td>
<td>jianfeng</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/taewoo_kim.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/taewoo_kim.jpg"
width="100" height="100" /></td>
<td>Taewoo Kim</td>
<td>UC Irvine</td>
<td>wangsaeu</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/anonymous.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/anonymous.jpg" width="100"
height="100" /></td>
<td>Cameron Samak</td>
<td>UC Irvine</td>
<td>csamak</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/sattam_alsubaiee.png"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/sattam_alsubaiee.png"
width="100" height="100" /></td>
<td>Sattam Alsubaiee</td>
<td>KACST Saudi Arabia</td>
<td>salsubaiee</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/steven_jacobs.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/steven_jacobs.jpg"
width="100" height="100" /></td>
<td>Steven Jacobs</td>
<td>UC Riverside</td>
<td>sjaco002</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/ildar_absalyamov.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/ildar_absalyamov.jpg"
width="100" height="100" /></td>
<td>Ildar Absalyamov</td>
<td>UC Riverside</td>
<td>ildar</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/anonymous.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/anonymous.jpg" width="100"
height="100" /></td>
<td>Preston Carman</td>
<td>UC Riverside</td>
<td>prestonc</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/abdullah_alamoudi.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/abdullah_alamoudi.jpg"
width="100" height="100" /></td>
<td>Abdullah Alamoudi</td>
<td>Saudi Aramco</td>
<td>amoudi</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/zachary_heilbron.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/zachary_heilbron.jpg"
width="100" height="100" /></td>
<td>Zach Heilbron</td>
<td>X15 Software</td>
<td>zheilbron</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/anonymous.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/anonymous.jpg" width="100"
height="100" /></td>
<td>Markus Dreseler</td>
<td>HPI</td>
<td>mrks</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/keren_ouaknine.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/keren_ouaknine.jpg"
width="100" height="100" /></td>
<td>Keren Ouaknine</td>
<td>Hebrew University</td>
<td>kereno</td>
@@ -301,17 +301,17 @@
</thead>
<tbody>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/chris_hillery.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/chris_hillery.jpg"
width="100" height="100" /></td>
<td>Chris Hillery</td>
<td>Couchbase</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/eugenia_gabrielova.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/eugenia_gabrielova.jpg"
width="100" height="100" /></td>
<td>Eugenia Gabrielova</td>
<td>UC Irvine</td>
</tr>
<tr>
- <td><img
src="https://asterixdb.incubator.apache.org//img/team/heri_ramampiaro.jpg"
width="100" height="100" /></td>
+ <td><img src="http://localhost:4000//img/team/heri_ramampiaro.jpg"
width="100" height="100" /></td>
<td>Heri Ramampiaro</td>
<td>NTNU Trondheim</td>
</tr>
@@ -331,7 +331,7 @@
<p>Apache AsterixDB, Apache, and the Apache feather logo are
trademarks of the Apache Software Foundation</p>
</div>
<div class="col-md-1 text-right">
- <img src="https://asterixdb.incubator.apache.org/img/egg-logo.png"
style="height:auto; width:200px; vertical-align:bottom;"/>
+ <img src="http://localhost:4000/img/egg-logo.png" style="height:auto;
width:200px; vertical-align:bottom;"/>
</div>
</div>
</footer>
@@ -342,6 +342,6 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
- <script
src="https://asterixdb.incubator.apache.org/js/bootstrap.min.js"></script>
+ <script src="http://localhost:4000/js/bootstrap.min.js"></script>
</body>
</html>
diff --git a/content/dev-setup.html b/content/dev-setup.html
index 4201441..34a2c8c 100644
--- a/content/dev-setup.html
+++ b/content/dev-setup.html
@@ -7,16 +7,16 @@
<!-- The above 3 meta tags *must* come first in the head; any other head
content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
- <link rel="icon" href="https://asterixdb.incubator.apache.org/favicon.ico">
+ <link rel="icon" href="http://localhost:4000/favicon.ico">
<title>Contributing to AsterixDB</title>
<!-- Bootstrap core CSS -->
- <link href="https://asterixdb.incubator.apache.org/css/bootstrap.min.css"
rel="stylesheet">
+ <link href="http://localhost:4000/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap theme -->
<!-- Custom styles for this template -->
- <link href="https://asterixdb.incubator.apache.org/css/theme.css"
rel="stylesheet">
+ <link href="http://localhost:4000/css/theme.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media
queries -->
<!--[if lt IE 9]>
@@ -29,7 +29,7 @@
<div class="container theme-showcase" role="main">
<div class="masthead">
<p class="lead">
- <a href="https://asterixdb.incubator.apache.org/index.html"><img
src="https://asterixdb.incubator.apache.org/img/asterixdb.png"
style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/></a>
+ <a href="http://localhost:4000/index.html"><img
src="http://localhost:4000/img/asterixdb.png" style="height:75px; width:auto;
vertical-align:bottom; margin-top:10px;"/></a>
</p>
</div>
@@ -42,11 +42,11 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand"
href="https://asterixdb.incubator.apache.org/index.html">Overview</a>
+ <a class="navbar-brand"
href="http://localhost:4000/index.html">Overview</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
- <li><a
href="https://asterixdb.incubator.apache.org/download.html">Download</a></li>
+ <li><a
href="http://localhost:4000/download.html">Download</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Documentation<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
@@ -57,16 +57,16 @@
<li><a
href="https://asterix-jenkins.ics.uci.edu/job/asterix-test-full/site/asterix-doc/index.html">Documentation
for 0.8.7-SNAPSHOT <i class="fa fa-external-link fa-sm"></i></a></li>
</ul>
</li>
- <li><a
href="https://asterixdb.incubator.apache.org/about.html">About</a></li>
- <li><a
href="https://asterixdb.incubator.apache.org/community.html">Community</a></li>
+ <li><a href="http://localhost:4000/about.html">About</a></li>
+ <li><a
href="http://localhost:4000/community.html">Community</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Contributing <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li class="dropdown-header">For New Contributors</li>
- <li><a
href="https://asterixdb.incubator.apache.org/dev-setup.html">Development
Setup</a></li>
+ <li><a
href="http://localhost:4000/dev-setup.html">Development Setup</a></li>
<li class="divider"></li>
<li class="dropdown-header">For Committers</li>
- <li><a
href="https://asterixdb.incubator.apache.org/pushing.html">Pushing
changes</a></li>
+ <li><a href="http://localhost:4000/pushing.html">Pushing
changes</a></li>
</ul>
</li>
</ul>
@@ -82,6 +82,11 @@
<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="#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>
+ </li>
<li><a href="#setting-up-an-asterix-development-environment-in-eclipse"
id="markdown-toc-setting-up-an-asterix-development-environment-in-eclipse">Setting
up an Asterix Development environment in Eclipse</a> <ul>
<li><a href="#prerequisites"
id="markdown-toc-prerequisites">Prerequisites</a></li>
<li><a href="#steps" id="markdown-toc-steps">Steps</a></li>
@@ -107,6 +112,17 @@
<h2 id="introduction">Introduction</h2>
<p>We warmly welcome any contributions to the AsterixDB or related (Hyracks,
Pregelix) projects. A great way to start contributing is to pick a bug labelled
starter in JIRA and submit a patch for it, to get acquainted with our codebase
and development process.</p>
+
+<hr />
+
+<h2 id="master-snapshots">Master snapshots</h2>
+<p>If you are 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.</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-test-full/lastStableBuild/org.apache.asterix$asterix-installer/artifact/org.apache.asterix/asterix-installer/0.8.7-SNAPSHOT/asterix-installer-0.8.7-SNAPSHOT-binary-assembly.zip"
role="button">Download AsterixDB 0.8.7-SNAPSHOT <i class="fa fa-download
fa-lg"></i> </a></p>
+
+<h3 id="yarn-installer">YARN Installer</h3>
+<p><a class="btn btn-md btn-warning"
href="https://asterix-jenkins.ics.uci.edu/job/asterix-test-full/lastStableBuild/org.apache.asterix$asterix-yarn/artifact/org.apache.asterix/asterix-yarn/0.8.7-SNAPSHOT/asterix-yarn-0.8.7-SNAPSHOT-binary-assembly.zip"
role="button">Download AsterixDB 0.8.7-SNAPSHOT <i class="fa fa-download
fa-lg"></i> </a></p>
<hr />
@@ -375,7 +391,7 @@
<p>Apache AsterixDB, Apache, and the Apache feather logo are
trademarks of the Apache Software Foundation</p>
</div>
<div class="col-md-1 text-right">
- <img src="https://asterixdb.incubator.apache.org/img/egg-logo.png"
style="height:auto; width:200px; vertical-align:bottom;"/>
+ <img src="http://localhost:4000/img/egg-logo.png" style="height:auto;
width:200px; vertical-align:bottom;"/>
</div>
</div>
</footer>
@@ -386,6 +402,6 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
- <script
src="https://asterixdb.incubator.apache.org/js/bootstrap.min.js"></script>
+ <script src="http://localhost:4000/js/bootstrap.min.js"></script>
</body>
</html>
diff --git a/content/download.html b/content/download.html
index eef3fa3..3cbc9ad 100644
--- a/content/download.html
+++ b/content/download.html
@@ -7,16 +7,16 @@
<!-- The above 3 meta tags *must* come first in the head; any other head
content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
- <link rel="icon" href="https://asterixdb.incubator.apache.org/favicon.ico">
+ <link rel="icon" href="http://localhost:4000/favicon.ico">
<title>Download</title>
<!-- Bootstrap core CSS -->
- <link href="https://asterixdb.incubator.apache.org/css/bootstrap.min.css"
rel="stylesheet">
+ <link href="http://localhost:4000/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap theme -->
<!-- Custom styles for this template -->
- <link href="https://asterixdb.incubator.apache.org/css/theme.css"
rel="stylesheet">
+ <link href="http://localhost:4000/css/theme.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media
queries -->
<!--[if lt IE 9]>
@@ -29,7 +29,7 @@
<div class="container theme-showcase" role="main">
<div class="masthead">
<p class="lead">
- <a href="https://asterixdb.incubator.apache.org/index.html"><img
src="https://asterixdb.incubator.apache.org/img/asterixdb.png"
style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/></a>
+ <a href="http://localhost:4000/index.html"><img
src="http://localhost:4000/img/asterixdb.png" style="height:75px; width:auto;
vertical-align:bottom; margin-top:10px;"/></a>
</p>
</div>
@@ -42,11 +42,11 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand"
href="https://asterixdb.incubator.apache.org/index.html">Overview</a>
+ <a class="navbar-brand"
href="http://localhost:4000/index.html">Overview</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
- <li><a
href="https://asterixdb.incubator.apache.org/download.html">Download</a></li>
+ <li><a
href="http://localhost:4000/download.html">Download</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Documentation<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
@@ -57,16 +57,16 @@
<li><a
href="https://asterix-jenkins.ics.uci.edu/job/asterix-test-full/site/asterix-doc/index.html">Documentation
for 0.8.7-SNAPSHOT <i class="fa fa-external-link fa-sm"></i></a></li>
</ul>
</li>
- <li><a
href="https://asterixdb.incubator.apache.org/about.html">About</a></li>
- <li><a
href="https://asterixdb.incubator.apache.org/community.html">Community</a></li>
+ <li><a href="http://localhost:4000/about.html">About</a></li>
+ <li><a
href="http://localhost:4000/community.html">Community</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Contributing <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li class="dropdown-header">For New Contributors</li>
- <li><a
href="https://asterixdb.incubator.apache.org/dev-setup.html">Development
Setup</a></li>
+ <li><a
href="http://localhost:4000/dev-setup.html">Development Setup</a></li>
<li class="divider"></li>
<li class="dropdown-header">For Committers</li>
- <li><a
href="https://asterixdb.incubator.apache.org/pushing.html">Pushing
changes</a></li>
+ <li><a href="http://localhost:4000/pushing.html">Pushing
changes</a></li>
</ul>
</li>
</ul>
@@ -86,90 +86,99 @@
<div class="row">
<div class="col-md-6">
- <p>Feel free to browse and download the source of AsterixDB (and Hyracks)
from our GitHub mirror.</p>
+ <p>Feel free to browse and download the source of AsterixDB (and Hyracks)
from our GitHub mirror.
+Source releases as a tarball are also available.</p>
</div>
<div class="col-md-6">
<p><a class="btn btn-md btn-info"
href="https://github.com/apache/incubator-asterixdb/" role="button">AsterixDB
on GitHub <i class="fa fa-github fa-lg"></i></a></p>
<p><a class="btn btn-md btn-info"
href="https://github.com/apache/incubator-asterixdb-hyracks/"
role="button">Hyracks on GitHub <i class="fa fa-github fa-lg"></i></a></p>
+ <p><a class="btn btn-md btn-info"
href="https://dist.apache.org/repos/dist/release/incubator/asterixdb/"
role="button">Source Tarballs <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
-<div class="col-md-6">
- <h3 id="standalone-cluster-installer">Standalone Cluster Installer</h3>
- </div>
+</div>
</div>
<div class="row">
-<div class="col-md-6">
- <p>This packaging is most suitable for installation on a cluster without
Hadoop or YARN. Choose from either a stable release or the latest build from
our master branch.</p>
- </div>
+<div class="col-md-6" markdown="1">
+This packaging is most suitable for installation on a cluster without Hadoop
or YARN. Choose from either a stable release or the latest build from our
master branch.
+</div>
-<div class="col-md-6">
+<div class="col-md-6" markdown="1">
- <p><a class="btn btn-md btn-success"
href="http://asterixdb.ics.uci.edu/download/0.8.6/asterix-installer-0.8.6-binary-assembly.zip"
role="button">Download AsterixDB 0.8.6 <i class="fa fa-download fa-lg"></i>
</a></p>
- <p><a class="btn btn-md btn-warning"
href="https://asterix-jenkins.ics.uci.edu/job/asterix-test-full/lastStableBuild/org.apache.asterix$asterix-installer/artifact/org.apache.asterix/asterix-installer/0.8.7-SNAPSHOT/asterix-installer-0.8.7-SNAPSHOT-binary-assembly.zip"
role="button">Download AsterixDB 0.8.7-SNAPSHOT <i class="fa fa-download
fa-lg"></i> </a></p>
-
- </div>
+<p><a class="btn btn-md btn-success"
href="http://asterixdb.ics.uci.edu/download/0.8.6/asterix-installer-0.8.6-binary-assembly.zip"
role="button">Download AsterixDB 0.8.6 <i class="fa fa-download fa-lg"></i>
</a></p>
+<p><a class="btn btn-md btn-warning"
href="https://asterix-jenkins.ics.uci.edu/job/asterix-test-full/lastStableBuild/org.apache.asterix$asterix-installer/artifact/org.apache.asterix/asterix-installer/0.8.7-SNAPSHOT/asterix-installer-0.8.7-SNAPSHOT-binary-assembly.zip"
role="button">Download AsterixDB 0.8.7-SNAPSHOT <i class="fa fa-download
fa-lg"></i> </a></p>
</div>
+
+</div>
+
<div class="row">
-<div class="col-md-6">
- <h3 id="yarn-cluster-installer">YARN Cluster Installer</h3>
+<div class="col-md-6" markdown="1">
+### YARN Cluster Installer
- </div>
+
+</div>
</div>
<div class="row">
-<div class="col-md-6">
- <p>This is AsterixDB packaged with the YARN installer. If you already have
a cluster running Hadoop YARN, this is the easiest way to start out with
AsterixDB.</p>
- </div>
+<div class="col-md-6" markdown="1">
+This is AsterixDB packaged with the YARN installer. If you already have a
cluster running Hadoop YARN, this is the easiest way to start out with
AsterixDB.
+</div>
-<div class="col-md-6">
+<div class="col-md-6" markdown="1">
- <p><a class="btn btn-md btn-warning"
href="https://asterix-jenkins.ics.uci.edu/job/asterix-test-full/lastStableBuild/org.apache.asterix$asterix-yarn/artifact/org.apache.asterix/asterix-yarn/0.8.7-SNAPSHOT/asterix-yarn-0.8.7-SNAPSHOT-binary-assembly.zip"
role="button">Download AsterixDB 0.8.7-SNAPSHOT <i class="fa fa-download
fa-lg"></i> </a></p>
-
- </div>
+<p><a class="btn btn-md btn-warning"
href="https://asterix-jenkins.ics.uci.edu/job/asterix-test-full/lastStableBuild/org.apache.asterix$asterix-yarn/artifact/org.apache.asterix/asterix-yarn/0.8.7-SNAPSHOT/asterix-yarn-0.8.7-SNAPSHOT-binary-assembly.zip"
role="button">Download AsterixDB 0.8.7-SNAPSHOT <i class="fa fa-download
fa-lg"></i> </a></p>
</div>
+
+</div>
+
<div class="row">
-<div class="col-md-6">
- <h3 id="extras">Extras</h3>
+<div class="col-md-6" markdown="1">
+### Extras
- </div>
+
+</div>
</div>
<div class="row">
-<div class="col-md-6">
- <p>APIs, Bindings and Demos. If you’re a developer looking for examples of
how to build an application on top of or integrated with AsterixDB, these
should help you get started.</p>
+<div class="col-md-6" markdown="1">
+APIs, Bindings and Demos. If you're a developer looking for examples of how to
build an application on top of or integrated with AsterixDB, these should help
you get started.
- </div>
-
-<div class="col-md-6">
-
- <p><a class="btn btn-md btn-success"
href="https://asterixdb.ics.uci.edu/download/demos/tweetbook-demo.zip"
role="button">Download the TweetBook Demo <i class="fa fa-download fa-lg"></i>
</a></p>
-
- <p><a class="btn btn-md btn-success"
href="https://asterixdb.ics.uci.edu/download/demos/admaql101-demo.zip"
role="button">Download the AsterixDB ADM & AQL 101 Demo <i class="fa
fa-download fa-lg"></i> </a></p>
-
- <p><a class="btn btn-md btn-success"
href="https://asterixdb.ics.uci.edu/download/bindings/asterix-sdk-stable.js"
role="button">Download AsterixDB Javascript Bindings <i class="fa fa-download
fa-lg"></i> </a></p>
- </div>
</div>
+<div class="col-md-6" markdown="1">
+
+<p><a class="btn btn-md btn-success"
href="https://asterixdb.ics.uci.edu/download/demos/tweetbook-demo.zip"
role="button">Download the TweetBook Demo <i class="fa fa-download fa-lg"></i>
</a></p>
+
+<p><a class="btn btn-md btn-success"
href="https://asterixdb.ics.uci.edu/download/demos/admaql101-demo.zip"
role="button">Download the AsterixDB ADM & AQL 101 Demo <i class="fa
fa-download fa-lg"></i> </a></p>
+
+<p><a class="btn btn-md btn-success"
href="https://asterixdb.ics.uci.edu/download/bindings/asterix-sdk-stable.js"
role="button">Download AsterixDB Javascript Bindings <i class="fa fa-download
fa-lg"></i> </a></p>
+</div>
+</div>
+
+-->
+</div>
</div>
</div>
@@ -184,7 +193,7 @@
<p>Apache AsterixDB, Apache, and the Apache feather logo are
trademarks of the Apache Software Foundation</p>
</div>
<div class="col-md-1 text-right">
- <img src="https://asterixdb.incubator.apache.org/img/egg-logo.png"
style="height:auto; width:200px; vertical-align:bottom;"/>
+ <img src="http://localhost:4000/img/egg-logo.png" style="height:auto;
width:200px; vertical-align:bottom;"/>
</div>
</div>
</footer>
@@ -195,6 +204,6 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
- <script
src="https://asterixdb.incubator.apache.org/js/bootstrap.min.js"></script>
+ <script src="http://localhost:4000/js/bootstrap.min.js"></script>
</body>
</html>
diff --git a/content/img/msdn.png b/content/img/msdn.png
new file mode 100644
index 0000000..e9f1d16
--- /dev/null
+++ b/content/img/msdn.png
Binary files differ
diff --git a/content/img/tools/gerrit.png b/content/img/tools/gerrit.png
new file mode 100644
index 0000000..e5d95c4
--- /dev/null
+++ b/content/img/tools/gerrit.png
Binary files differ
diff --git a/content/img/tools/intellij-idea-logo.png
b/content/img/tools/intellij-idea-logo.png
new file mode 100644
index 0000000..0071c07
--- /dev/null
+++ b/content/img/tools/intellij-idea-logo.png
Binary files differ
diff --git a/content/img/tools/jenkins.png b/content/img/tools/jenkins.png
new file mode 100644
index 0000000..c41233a
--- /dev/null
+++ b/content/img/tools/jenkins.png
Binary files differ
diff --git a/content/img/tools/maven.png b/content/img/tools/maven.png
new file mode 100644
index 0000000..100075e
--- /dev/null
+++ b/content/img/tools/maven.png
Binary files differ
diff --git a/content/img/tools/msdn.png b/content/img/tools/msdn.png
new file mode 100644
index 0000000..e9f1d16
--- /dev/null
+++ b/content/img/tools/msdn.png
Binary files differ
diff --git a/content/img/tools/yk_logo.png b/content/img/tools/yk_logo.png
new file mode 100644
index 0000000..16fcad7
--- /dev/null
+++ b/content/img/tools/yk_logo.png
Binary files differ
diff --git a/content/index.html b/content/index.html
index d5e06fe..50994bc 100644
--- a/content/index.html
+++ b/content/index.html
@@ -7,16 +7,16 @@
<!-- The above 3 meta tags *must* come first in the head; any other head
content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
- <link rel="icon" href="https://asterixdb.incubator.apache.org/favicon.ico">
+ <link rel="icon" href="http://localhost:4000/favicon.ico">
<title>Apache AsterixDB</title>
<!-- Bootstrap core CSS -->
- <link href="https://asterixdb.incubator.apache.org/css/bootstrap.min.css"
rel="stylesheet">
+ <link href="http://localhost:4000/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap theme -->
<!-- Custom styles for this template -->
- <link href="https://asterixdb.incubator.apache.org/css/theme.css"
rel="stylesheet">
+ <link href="http://localhost:4000/css/theme.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media
queries -->
<!--[if lt IE 9]>
@@ -29,7 +29,7 @@
<div class="container theme-showcase" role="main">
<div class="masthead">
<p class="lead">
- <a href="https://asterixdb.incubator.apache.org/index.html"><img
src="https://asterixdb.incubator.apache.org/img/asterixdb.png"
style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/></a>
+ <a href="http://localhost:4000/index.html"><img
src="http://localhost:4000/img/asterixdb.png" style="height:75px; width:auto;
vertical-align:bottom; margin-top:10px;"/></a>
</p>
</div>
@@ -42,11 +42,11 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand"
href="https://asterixdb.incubator.apache.org/index.html">Overview</a>
+ <a class="navbar-brand"
href="http://localhost:4000/index.html">Overview</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
- <li><a
href="https://asterixdb.incubator.apache.org/download.html">Download</a></li>
+ <li><a
href="http://localhost:4000/download.html">Download</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Documentation<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
@@ -57,16 +57,16 @@
<li><a
href="https://asterix-jenkins.ics.uci.edu/job/asterix-test-full/site/asterix-doc/index.html">Documentation
for 0.8.7-SNAPSHOT <i class="fa fa-external-link fa-sm"></i></a></li>
</ul>
</li>
- <li><a
href="https://asterixdb.incubator.apache.org/about.html">About</a></li>
- <li><a
href="https://asterixdb.incubator.apache.org/community.html">Community</a></li>
+ <li><a href="http://localhost:4000/about.html">About</a></li>
+ <li><a
href="http://localhost:4000/community.html">Community</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Contributing <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li class="dropdown-header">For New Contributors</li>
- <li><a
href="https://asterixdb.incubator.apache.org/dev-setup.html">Development
Setup</a></li>
+ <li><a
href="http://localhost:4000/dev-setup.html">Development Setup</a></li>
<li class="divider"></li>
<li class="dropdown-header">For Committers</li>
- <li><a
href="https://asterixdb.incubator.apache.org/pushing.html">Pushing
changes</a></li>
+ <li><a href="http://localhost:4000/pushing.html">Pushing
changes</a></li>
</ul>
</li>
</ul>
@@ -230,9 +230,9 @@
</div>
<div class="col-md-6">
<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:users@asterixdb.incubator.apache.org">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="https://asterixdb.incubator.apache.org/community.html">Community</a> page
for more details.</p>
+ <p>If you have any questions, please feel free to ask on our <a
href="mailto:users@asterixdb.incubator.apache.org">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="http://localhost:4000/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="https://asterixdb.incubator.apache.org/dev-setup.html">Contributing</a>
page to learn more.</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="http://localhost:4000/dev-setup.html">Contributing</a> page to learn
more.</p>
</div>
</div>
@@ -246,7 +246,7 @@
<p>Apache AsterixDB, Apache, and the Apache feather logo are
trademarks of the Apache Software Foundation</p>
</div>
<div class="col-md-1 text-right">
- <img src="https://asterixdb.incubator.apache.org/img/egg-logo.png"
style="height:auto; width:200px; vertical-align:bottom;"/>
+ <img src="http://localhost:4000/img/egg-logo.png" style="height:auto;
width:200px; vertical-align:bottom;"/>
</div>
</div>
</footer>
@@ -257,6 +257,6 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
- <script
src="https://asterixdb.incubator.apache.org/js/bootstrap.min.js"></script>
+ <script src="http://localhost:4000/js/bootstrap.min.js"></script>
</body>
</html>
diff --git a/content/pushing.html b/content/pushing.html
index f9a5d05..bf4fa45 100644
--- a/content/pushing.html
+++ b/content/pushing.html
@@ -7,16 +7,16 @@
<!-- The above 3 meta tags *must* come first in the head; any other head
content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
- <link rel="icon" href="https://asterixdb.incubator.apache.org/favicon.ico">
+ <link rel="icon" href="http://localhost:4000/favicon.ico">
<title>Submitting Changes</title>
<!-- Bootstrap core CSS -->
- <link href="https://asterixdb.incubator.apache.org/css/bootstrap.min.css"
rel="stylesheet">
+ <link href="http://localhost:4000/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap theme -->
<!-- Custom styles for this template -->
- <link href="https://asterixdb.incubator.apache.org/css/theme.css"
rel="stylesheet">
+ <link href="http://localhost:4000/css/theme.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media
queries -->
<!--[if lt IE 9]>
@@ -29,7 +29,7 @@
<div class="container theme-showcase" role="main">
<div class="masthead">
<p class="lead">
- <a href="https://asterixdb.incubator.apache.org/index.html"><img
src="https://asterixdb.incubator.apache.org/img/asterixdb.png"
style="height:75px; width:auto; vertical-align:bottom; margin-top:10px;"/></a>
+ <a href="http://localhost:4000/index.html"><img
src="http://localhost:4000/img/asterixdb.png" style="height:75px; width:auto;
vertical-align:bottom; margin-top:10px;"/></a>
</p>
</div>
@@ -42,11 +42,11 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand"
href="https://asterixdb.incubator.apache.org/index.html">Overview</a>
+ <a class="navbar-brand"
href="http://localhost:4000/index.html">Overview</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
- <li><a
href="https://asterixdb.incubator.apache.org/download.html">Download</a></li>
+ <li><a
href="http://localhost:4000/download.html">Download</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Documentation<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
@@ -57,16 +57,16 @@
<li><a
href="https://asterix-jenkins.ics.uci.edu/job/asterix-test-full/site/asterix-doc/index.html">Documentation
for 0.8.7-SNAPSHOT <i class="fa fa-external-link fa-sm"></i></a></li>
</ul>
</li>
- <li><a
href="https://asterixdb.incubator.apache.org/about.html">About</a></li>
- <li><a
href="https://asterixdb.incubator.apache.org/community.html">Community</a></li>
+ <li><a href="http://localhost:4000/about.html">About</a></li>
+ <li><a
href="http://localhost:4000/community.html">Community</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Contributing <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li class="dropdown-header">For New Contributors</li>
- <li><a
href="https://asterixdb.incubator.apache.org/dev-setup.html">Development
Setup</a></li>
+ <li><a
href="http://localhost:4000/dev-setup.html">Development Setup</a></li>
<li class="divider"></li>
<li class="dropdown-header">For Committers</li>
- <li><a
href="https://asterixdb.incubator.apache.org/pushing.html">Pushing
changes</a></li>
+ <li><a href="http://localhost:4000/pushing.html">Pushing
changes</a></li>
</ul>
</li>
</ul>
@@ -146,7 +146,7 @@
<p>Apache AsterixDB, Apache, and the Apache feather logo are
trademarks of the Apache Software Foundation</p>
</div>
<div class="col-md-1 text-right">
- <img src="https://asterixdb.incubator.apache.org/img/egg-logo.png"
style="height:auto; width:200px; vertical-align:bottom;"/>
+ <img src="http://localhost:4000/img/egg-logo.png" style="height:auto;
width:200px; vertical-align:bottom;"/>
</div>
</div>
</footer>
@@ -157,6 +157,6 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
- <script
src="https://asterixdb.incubator.apache.org/js/bootstrap.min.js"></script>
+ <script src="http://localhost:4000/js/bootstrap.min.js"></script>
</body>
</html>
diff --git a/content/tools.html b/content/tools.html
new file mode 100644
index 0000000..5cd8981
--- /dev/null
+++ b/content/tools.html
@@ -0,0 +1,151 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <!-- The above 3 meta tags *must* come first in the head; any other head
content must come *after* these tags -->
+ <meta name="description" content="">
+ <meta name="author" content="">
+ <link rel="icon" href="http://localhost:4000/favicon.ico">
+
+ <title>Tools</title>
+
+ <!-- Bootstrap core CSS -->
+ <link href="http://localhost:4000/css/bootstrap.min.css" rel="stylesheet">
+ <!-- Bootstrap theme -->
+
+ <!-- Custom styles for this template -->
+ <link href="http://localhost:4000/css/theme.css" rel="stylesheet">
+
+ <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media
queries -->
+ <!--[if lt IE 9]>
+ <script
src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+ <script
src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+ <![endif]-->
+ <link rel="stylesheet"
href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
+ </head>
+
+ <div class="container theme-showcase" role="main">
+ <div class="masthead">
+ <p class="lead">
+ <a href="http://localhost:4000/index.html"><img
src="http://localhost:4000/img/asterixdb.png" style="height:75px; width:auto;
vertical-align:bottom; margin-top:10px;"/></a>
+ </p>
+</div>
+
+<nav class="navbar navbar-default">
+ <div class="container">
+ <div class="navbar-header">
+ <button type="button" class="navbar-toggle collapsed"
data-toggle="collapse" data-target=".navbar-collapse">
+ <span class="sr-only">Toggle navigation</span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ <span class="icon-bar"></span>
+ </button>
+ <a class="navbar-brand"
href="http://localhost:4000/index.html">Overview</a>
+ </div>
+ <div class="navbar-collapse collapse">
+ <ul class="nav navbar-nav">
+ <li><a
href="http://localhost:4000/download.html">Download</a></li>
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Documentation<span class="caret"></span></a>
+ <ul class="dropdown-menu" role="menu">
+ <li class="dropdown-header">Stable release</li>
+ <li><a
href="http://asterixdb.ics.uci.edu/documentation/index.html">Documentation for
0.8.6<i class="fa fa-external-link fa-sm"></i></a></li>
+ <li class="divider"></li>
+ <li class="dropdown-header">Snapshot release</li>
+ <li><a
href="https://asterix-jenkins.ics.uci.edu/job/asterix-test-full/site/asterix-doc/index.html">Documentation
for 0.8.7-SNAPSHOT <i class="fa fa-external-link fa-sm"></i></a></li>
+ </ul>
+ </li>
+ <li><a href="http://localhost:4000/about.html">About</a></li>
+ <li><a
href="http://localhost:4000/community.html">Community</a></li>
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-expanded="false">Contributing <span class="caret"></span></a>
+ <ul class="dropdown-menu" role="menu">
+ <li class="dropdown-header">For New Contributors</li>
+ <li><a
href="http://localhost:4000/dev-setup.html">Development Setup</a></li>
+ <li class="divider"></li>
+ <li class="dropdown-header">For Committers</li>
+ <li><a href="http://localhost:4000/pushing.html">Pushing
changes</a></li>
+ </ul>
+ </li>
+ </ul>
+ </div><!--/.nav-collapse -->
+ </div>
+ </nav>
+
+
+ <div class="row">
+<div class="col-md-10 col-centered">
+<h2>Tools</h2>
+<p>Apache AsterixDB is built and maintained using a variety of open source and
commerical tools. This page lists some of them, in no particular order.</p>
+
+<ul id="markdown-toc">
+ <li><a href="#apache-tools" id="markdown-toc-apache-tools">Apache
Tools</a></li>
+</ul>
+
+<h3 id="apache-tools">Apache Tools</h3>
+
+<p>|———————————————————————————–|——————-|
+|<img src="http://localhost:4000//img/tools/maven.png" height="100" /> |
|</p>
+<hr />
+
+<h4 id="open-source-tools">Open Source Tools</h4>
+
+<table class="table table-striped">
+ <tbody>
+ <tr>
+ <td><img src="http://localhost:4000//img/tools/jenkins.png" height="100"
/></td>
+ <td> </td>
+ </tr>
+ <tr>
+ <td><img src="http://localhost:4000//img/tools/gerrit.png" height="100"
/></td>
+ <td>Gerrit is used by the majority of developers as a staging repository
for new changes and as a code review tool</td>
+ </tr>
+ </tbody>
+</table>
+
+<hr />
+
+<h4 id="commercial-tools">Commercial Tools</h4>
+
+<table class="table table-striped">
+ <tbody>
+ <tr>
+ <td><img src="http://localhost:4000//img/tools/yourkit.png" height="100"
/></td>
+ <td>YourKit whenever a hard to</td>
+ </tr>
+ <tr>
+ <td><img src="http://localhost:4000//img/tools/intellij.png"
height="100" /></td>
+ <td> </td>
+ </tr>
+ </tbody>
+</table>
+
+</div>
+</div>
+
+
+ <hr />
+
+ <footer>
+ <div class="row">
+ <div class="col-md-6 col-md-offset-3 text-center">
+ <p>© Copyright 2015 The Apache Software foundation. All Rights
Reserved. </p>
+ <p>Apache AsterixDB, Apache, and the Apache feather logo are
trademarks of the Apache Software Foundation</p>
+ </div>
+ <div class="col-md-1 text-right">
+ <img src="http://localhost:4000/img/egg-logo.png" style="height:auto;
width:200px; vertical-align:bottom;"/>
+ </div>
+ </div>
+ </footer>
+ </div> <!-- /container -->
+
+
+ <!-- Bootstrap core JavaScript
+ ================================================== -->
+ <!-- Placed at the end of the document so the pages load faster -->
+ <script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+ <script src="http://localhost:4000/js/bootstrap.min.js"></script>
+ </body>
+</html>
diff --git a/dev-setup.md b/dev-setup.md
index 536cab5..a283618 100644
--- a/dev-setup.md
+++ b/dev-setup.md
@@ -15,6 +15,19 @@
---
+## Master snapshots
+If you are 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.
+
+### 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>
+
+### YARN Installer
+<p><a class="btn btn-md btn-warning" href="{{ site.UNSTABLE_YARN_URL }}"
role="button">Download AsterixDB {{ site.UNSTABLE_VERSION }} <i class="fa
fa-download fa-lg"></i> </a></p>
+
+
+
+---
+
## Setting up an Asterix Development environment in Eclipse
### Prerequisites
diff --git a/download.md b/download.md
index e250dce..7185e00 100644
--- a/download.md
+++ b/download.md
@@ -11,6 +11,7 @@
<div class="col-md-6" markdown="1">
Feel free to browse and download the source of AsterixDB (and Hyracks) from
our GitHub mirror.
+Source releases as a tarball are also available.
</div>
@@ -18,13 +19,14 @@
<p><a class="btn btn-md btn-info"
href="https://github.com/apache/incubator-asterixdb/" role="button">AsterixDB
on GitHub <i class="fa fa-github fa-lg"></i></a></p>
<p><a class="btn btn-md btn-info"
href="https://github.com/apache/incubator-asterixdb-hyracks/"
role="button">Hyracks on GitHub <i class="fa fa-github fa-lg"></i></a></p>
+<p><a class="btn btn-md btn-info"
href="https://dist.apache.org/repos/dist/release/incubator/asterixdb/"
role="button">Source Tarballs <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
@@ -100,4 +102,4 @@
</div>
</div>
-
+-->
--
To view, visit https://asterix-gerrit.ics.uci.edu/460
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iadb5074d0e0d4fb2b7d4103aa405e9fc91f44bcf
Gerrit-PatchSet: 1
Gerrit-Project: incubator-asterixdb-site
Gerrit-Branch: asf-site
Gerrit-Owner: Ian Maxon <[email protected]>