Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
course-material
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IT1901
course-material
Commits
5370b31a
Commit
5370b31a
authored
5 years ago
by
George Adrian Stoica
Browse files
Options
Downloads
Patches
Plain Diff
Add file with How to info
parent
1ed65524
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#46687
passed
5 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
How To.md
+30
-0
30 additions, 0 deletions
How To.md
with
30 additions
and
0 deletions
How To.md
0 → 100644
+
30
−
0
View file @
5370b31a
## Installation
### Install Java
#### Download link
https://www.java.com/en/download/
#### 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 reccomend 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment