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

mwalch pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f488ba6  Jekyll build from master:c5730c7
f488ba6 is described below

commit f488ba6ebdec55d3de0fd7766b68f56bbcaf0cb9
Author: Mike Walch <mwa...@apache.org>
AuthorDate: Tue Nov 20 09:51:24 2018 -0500

    Jekyll build from master:c5730c7
    
    Add links to automated tools in quick start (#134)
---
 docs/2.x/getting-started/quickstart.html | 13 +++++++++++++
 feed.xml                                 |  4 ++--
 search_data.json                         |  2 +-
 3 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/docs/2.x/getting-started/quickstart.html 
b/docs/2.x/getting-started/quickstart.html
index 3e027bd..b70bfd4 100644
--- a/docs/2.x/getting-started/quickstart.html
+++ b/docs/2.x/getting-started/quickstart.html
@@ -431,6 +431,19 @@
     <p>This quick start provides basic instructions for installing and running 
Accumulo. For detailed instructions,
 see the <a href="/docs/2.x/administration/in-depth-install">in-depth 
installation guide</a>.</p>
 
+<h2 id="consider-using-automated-tools">Consider using automated tools</h2>
+
+<p>If you are setting up Accumulo for <strong>testing or development,</strong> 
consider using the following tools:</p>
+
+<ul>
+  <li><a href="https://github.com/apache/fluo-uno";>Uno</a> sets up Accumulo on 
a single machine for development</li>
+  <li><a href="https://github.com/apache/fluo-muchos";>Muchos</a> sets up 
Accumulo on a cluster (optionally launched in Amazon EC2)</li>
+</ul>
+
+<p>If you are setting up Accumulo for a <strong>production</strong> 
environment, follow the instructions in this quick start.</p>
+
+<h2 id="install-accumulo">Install Accumulo</h2>
+
 <p>Either <a href="https://accumulo.apache.org/downloads/";>download</a> or <a 
href="https://github.com/apache/accumulo/blob/master/README.md#building";>build</a>
 a binary distribution of Accumulo from source code and
 unpack as follows.</p>
 
diff --git a/feed.xml b/feed.xml
index 79540fc..e166a64 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://accumulo.apache.org/</link>
     <atom:link href="https://accumulo.apache.org/feed.xml"; rel="self" 
type="application/rss+xml"/>
-    <pubDate>Mon, 19 Nov 2018 16:41:19 -0500</pubDate>
-    <lastBuildDate>Mon, 19 Nov 2018 16:41:19 -0500</lastBuildDate>
+    <pubDate>Tue, 20 Nov 2018 09:51:13 -0500</pubDate>
+    <lastBuildDate>Tue, 20 Nov 2018 09:51:13 -0500</lastBuildDate>
     <generator>Jekyll v3.7.3</generator>
     
     
diff --git a/search_data.json b/search_data.json
index 6126f7b..31e1a86 100644
--- a/search_data.json
+++ b/search_data.json
@@ -163,7 +163,7 @@
   
     "docs-2-x-getting-started-quickstart": {
       "title": "Quick Start",
-      "content"         : "This quick start provides basic instructions for 
installing and running Accumulo. For detailed instructions,see the in-depth 
installation guide.Either download or build a binary distribution of Accumulo 
from source code andunpack as follows.tar xzf 
/path/to/accumulo-2.0.0-alpha-1-bin.tar.gzcd accumulo-2.0.0-alpha-1There are 
four scripts in the bin directory of the tarball distribution that are usedto 
manage Accumulo:  accumulo - Runs Accumulo command-line tools and st [...]
+      "content"         : "This quick start provides basic instructions for 
installing and running Accumulo. For detailed instructions,see the in-depth 
installation guide.Consider using automated toolsIf you are setting up Accumulo 
for testing or development, consider using the following tools:  Uno sets up 
Accumulo on a single machine for development  Muchos sets up Accumulo on a 
cluster (optionally launched in Amazon EC2)If you are setting up Accumulo for a 
production environment, follow the  [...]
       "url": " /docs/2.x/getting-started/quickstart",
       "categories": "getting-started"
     },

Reply via email to