-
Notifications
You must be signed in to change notification settings - Fork 17
/
getting_started.txt
17 lines (10 loc) · 1.44 KB
/
getting_started.txt
1
THANK YOU FOR DOWNLOADING GRIDGAIN!Although we have seen tens and tens of thousands of downloads to date we are still grateful for each and every new download we receive. We put a lot of effort and energy into our software - and we are thankful for your time and effort to try it out. Here's how you get started.1. ExamplesThe best way to get started with GridGain is to look through examples. You can find all examples under 'examples' folder right at where you installed GridGain. This folder contains examples for Java, Scala and some for Groovy. You can simply run these examples from your favorite IDE or just command line. All examples have documentation on what they do and some basic configuration tips, if any needed.We suggest to start with HelloWorld examples located at 'examples/java/org/gridgain/examples/helloworld' folder. Getting started is easier with documentation on our Wiki: http://bit.ly/bywKFk 2. Javadoc & ScaladocWe spend significant amount of time on writing and maintaining Javadoc and Scaladoc for our product. All documentation is shipped with it and you can find it under 'javadoc' and 'scaladoc' sub-folder respectively. For enterprise edition, you'll find Visor's Scaladoc under 'visor' sub-folder.3. ScriptsAll scripts that you need to use on a regular basis can be found at 'bin' sub-folder. To start a grid node with default configuration simply run 'bin/ggstart.sh' or 'bin\ggstart.bat' script - and you are in the grid!