Getting Started » History » Version 1
Johannes Schmölz, 10/25/2012 06:44 PM
| 1 | 1 | Johannes Schmölz | h1. Getting Started |
|---|---|---|---|
| 2 | |||
| 3 | This guide will give you a short briefing of how to get your development environment up and running within a few minutes. |
||
| 4 | |||
| 5 | |||
| 6 | h2. Basic Setup |
||
| 7 | |||
| 8 | For the basic setup of your development environment you need to obtain the following tools and programmes: |
||
| 9 | |||
| 10 | * The "Java Development Kit":http://www.oracle.com/technetwork/java/javase/downloads/index.html (JDK) version 6 or higher |
||
| 11 | * A text editor or an IDE of your choice |
||
| 12 | * "Maven":http://maven.apache.org/ |
||
| 13 | * "Git":http://git-scm.com/ |
||
| 14 | |||
| 15 | Since the setup process of the development environment is dependent on the operating system used, you will find the instructions for Windows, OS X and Linux below. |
||
| 16 | |||
| 17 | |||
| 18 | h3. Windows |
||
| 19 | |||
| 20 | *TODO* |
||
| 21 | |||
| 22 | |||
| 23 | h3. OS X |
||
| 24 | |||
| 25 | *TODO* |
||
| 26 | |||
| 27 | |||
| 28 | h3. Linux |
||
| 29 | |||
| 30 | *TODO* |
||
| 31 | |||
| 32 | |||
| 33 | h2. Configuration |
||
| 34 | |||
| 35 | *TODO* |
||
| 36 | |||
| 37 | |||
| 38 | h2. Further Reading |
||
| 39 | |||
| 40 | *TODO* |