Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Latest commit

 

History

History
61 lines (44 loc) · 1.24 KB

0x-setup.adoc

File metadata and controls

61 lines (44 loc) · 1.24 KB

Initial Setup

Vorbereitung

während downloads laufen

Ordner Erstellen

Erzeuge zwei Ordner - egal wo, z.B.

<my folder>
|  \-- dhbw
|  |  \-- checkout

Projekt einrichten

git clone

in Git Bash die Email muss mit der Email bei der Github Registrierung übereinstimmen der Platzhalter <gruppe> muss durch eine Ziffer ersetzt werden

git config --global user.name "Mona Lisa"
git config --global user.email "email@example.com"
$ git clone \
 https://github.com/fn-tfe17-g<gruppe>/dhbw-painground.git
$ cd dhbw-painground
$ git remote add upstream https://github.com/barclay-reg/dhbw-painground.git
$ git fetch upstream

IntelliJ

  1. Download und Installieren IntelliJ IDEA

    • Community Edition

  2. Import Project Wizard starten

    • wählen Sie den Ordner dhbw\checkout\dhbw-painground

    • Wählen Sie Import Project from external model → Maven

    • Immer Next klicken und dann Finish

Intellij Hilfe

intellij after import