Skip to content

Initial setup

Julien edited this page Apr 19, 2016 · 6 revisions

Download and install your favorite IDE

We recommend using Intellij 16 since this is our first choice IDE for development. You can create a students account and download the ultimate version here.

Download the project from Github

You can clone the existing repository from github by using the command git clone in your git bash and the repository link:

git clone https://github.com/Viergelenker/sopra.git

Import the project into Intellij

Open Intellij and click on "Import project". Select the build.gradle within the sopra repository you just cloned and activate the checkbox "Use auto-import". Also make sure "Use default gradle wrapper" is selected.