Sample-groovy-in-Z2 » History » Revision 3
Revision 2 (Udo Offermann, 08.04.2013 16:41) → Revision 3/29 (Udo Offermann, 08.04.2013 16:42)
h1. Sample Groovy in Z2
h2. Prerequisites
All you need is a JDK 6 distribution as described in [[Step_2_-_Install_and_run_in_5_minutes]].
h2. Setting up the sample
There is no further pre-requisite to running this sample, and you may proceed as described in [[How to run a sample]]. Here's the really fast version:
<pre><code class="ruby">
mkdir install
cd install
git clone -b master http://git.z2-environment.net/z2-base.core
git clone -b master http://git.z2-environment.net/z2-samples.groovy
# on Linux / Mac OS:
cd z2-base.core/run/bin
./gui.sh
# on Windows:
cd z2-base.core\run\bin
gui.bat
</code></pre>