Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • maven-setup
  • lectures2021
  • lectures2020
  • antipatterns
  • issue-11-allow-user-to-enter-and-update-metadata-about-the-latlong-points
  • 8-add-pdf-export
  • issue-10-display-latlong-metadata-in-the-fx-ui
  • issue-9-LatLong-meta-data
  • 9-meta-informasjon-knyttet-til-latlong-objekter
  • issue-6-rest-api
  • feature/update-gitignore
  • lectures-2024
  • lectures-2021
  • 2019_materials
15 results

How To.md

Blame
  • Installation

    Install Java

    Guide for installing Java Development Kit

    Download links

    How and why to uninstall older versions of Java

    https://www.java.com/en/download/faq/remove_olderversions.xml

    Install Git

    Download link

    https://git-scm.com/book/en/v2/Getting-Started-Installing-Git

    For Windows we recommend Git for Windows

    https://gitforwindows.org/

    Install Eclipse or Intellij

    Intellij download link (download the free community edition)

    https://www.jetbrains.com/idea/download/#section=mac

    Eclipse for Java download link

    https://www.eclipse.org/downloads/packages/release/2019-06/r/eclipse-ide-java-developers

    Update the local project credentials to match your Gitlab user.

    1. Open the terminal window and go to your Gitlab project
    2. Update local user email with 'git config --local user.email YOUR_NTNU_USERNAME@stud.ntnu.no'
    3. Update local user password with 'git config --local user.password YOUR_NTNU_PASSWORD'
    4. Update local user username with 'git config --local user.name YOUR_NTNU_USERNAME'

    How to clone video

    VIDEO: https://vimeo.com/355521976