You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2018/11/20 14:50:31 UTC

[GitHub] mikewalch closed pull request #134: Add links to automated tools in quick start

mikewalch closed pull request #134: Add links to automated tools in quick start
URL: https://github.com/apache/accumulo-website/pull/134
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/_docs-2/getting-started/quickstart.md b/_docs-2/getting-started/quickstart.md
index 47c01465..d5bb6bc5 100644
--- a/_docs-2/getting-started/quickstart.md
+++ b/_docs-2/getting-started/quickstart.md
@@ -7,6 +7,17 @@ order: 1
 This quick start provides basic instructions for installing and running Accumulo. For detailed instructions,
 see the [in-depth installation guide][in-depth].
 
+## Consider using automated tools
+
+If 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 instructions in this quick start.
+
+## Install Accumulo
+
 Either [download] or [build] a binary distribution of Accumulo from source code and
 unpack as follows.
 
@@ -203,3 +214,5 @@ When finished, use the following commands to stop Accumulo:
 [masters]: {% durl configuration/files#masters %}
 [tservers]: {% durl configuration/files#tservers %}
 [tracers]: {% durl configuration/files#tracers %}
+[Uno]: https://github.com/apache/fluo-uno
+[Muchos]: https://github.com/apache/fluo-muchos


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services