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