Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 49D55200D35 for ; Tue, 7 Nov 2017 18:00:23 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 48A37160BED; Tue, 7 Nov 2017 17:00:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 85BE2160BEB for ; Tue, 7 Nov 2017 18:00:22 +0100 (CET) Received: (qmail 72516 invoked by uid 500); 7 Nov 2017 17:00:21 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 72505 invoked by uid 99); 7 Nov 2017 17:00:21 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Nov 2017 17:00:21 +0000 From: GitBox To: notifications@accumulo.apache.org Subject: [GitHub] milleruntime commented on a change in pull request #35: ACCUMULO-4734 Content for getting-started and basic-read-write Message-ID: <151007402116.5973.7974871054621370113.gitbox@gitbox.apache.org> archived-at: Tue, 07 Nov 2017 17:00:23 -0000 milleruntime commented on a change in pull request #35: ACCUMULO-4734 Content for getting-started and basic-read-write URL: https://github.com/apache/accumulo-website/pull/35#discussion_r149436799 ########## File path: tour/getting-started.md ########## @@ -2,4 +2,29 @@ title: Getting Started --- -Talk about how to get started. +First make sure you have Java, Maven and Git installed on your machine. Oh you are already rocking? OK let's go! + +1. Clone the tour onto your machine: +```commandline +git clone -b tour https://github.com/apache/accumulo-website.git tour +cd tour +``` +2. Open Main.java in your favorite editor. +```commandline +vim ./src/main/java/tour/Main.java +``` +Notice the main method creates a MiniAccumuloCluster with a root password of "tourguide". MiniAccumuloCluster is a mini Review comment: Yeah good call. I put this in the README but wouldn't hurt to mention on the tour as well. ---------------------------------------------------------------- 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