Difference between revisions of "Initial Setup"

From CSE231 Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
==accept invite==
 
==accept invite==
 
check your email for the invite from bitbucket and accept it.
 
check your email for the invite from bitbucket and accept it.
 +
 +
==set up ssh key==
 +
[https://support.atlassian.com/bitbucket-cloud/docs/set-up-an-ssh-key/ setting up an ssh key for bitbucket]
  
 
==clone repo==
 
==clone repo==
[https://support.atlassian.com/bitbucket-cloud/docs/set-up-an-ssh-key/ setting up an ssh key for bitbucket]
+
<youtube>rI9T1HUh2sg</youtube>
  
 
=Piazza=
 
=Piazza=

Revision as of 04:31, 22 January 2022

Prep

Watch video

Fill out Synthesis & Question Form

Bitbucket

accept invite

check your email for the invite from bitbucket and accept it.

set up ssh key

setting up an ssh key for bitbucket

clone repo

Piazza

Sign up for piazza

Join 231 on piazza

Java

Download JDK16 (or greater)

Install JDK16 (or greater)

IDE

Download and install one of: Eclipse, IntelliJ IDEA, or VS Code. Eclipse is the most well traveled path in CSE 231s. However, students have had success with IntelliJ and VS Code in the past.

Eclipse

Download Up To Date Version (2021‑09 or greater) of Eclipse

Install Eclipse (Select Eclipse IDE for Java Developers)

EclipseIDEForJavaDevelopers.png

Test Eclipse

IntelliJ IDEA

[IntelliJ IDEA]

VS Code

[Java in Visual Studio Code]

Results

Submit results to Form

Bonus

Write pseudocode for this process to parallelize these tasks with async and finish where possible.

To make it interesting... assume JDK16 must be installed before Eclipse can be installed.