mikewalch 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_r149419712
########## 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: Could mention that it stores files in `target/` in temp that starts with `mac`. Could also add comment about this in tour code. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
