Skip to content

pandyagunjan/Java.Labs.GettingStarted

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Getting Started

Important: It should go without saying that anytime you are asked to create an account you should ALWAYS:

  • Make sure to use a professional username/handle. We recommend the username incorporates your name.
  • Be sure to add an appropriate avatar to your profile.

Passwords

Consider a password manager like enpass or lastpass to manage all of your accounts. (This way you can keep track of your Admin password for MySQL, which I guarantee you will otherwise forget.)

Slack

  • Visit Slack's download page.
  • Download the dmg for the latest release.
  • Use the downloaded dmg to install the application.
  • Sign in to the zcw workspace.

Discord

  • Visit Discord's download page.
  • Download the dmg for the latest release.
  • Use the downloaded dmg to install the application.
  • Join the ZCW Active Cohort channel.

gmail

github

Terminal

Option 1

  • Command (or Cmd) ⌘ - Space bar to open the Spotlight search field.
  • Type "Terminal".
  • Press Enter.

Option 2

  • Open Finder
  • Navigate to /Applications/Utilities/
  • Double click on Terminal.app

git

Using Terminal, issue the following command:

git --version

This should return the a line similar to:

git version 2.21.1 (Apple Git-122.3)

You may need run the following in order to install git along with other various command line tools.

xcode-select --install

Change default shell to bash

Using Terminal, issue the following command:

chsh -s /bin/bash

Validate default shell

echo $SHELL
/bin/bash

Brew

JDK

  • Visit Oracle's download page for the Oracle JDK.
  • Download the dmg for Java JDK 1.8.
  • Use the downloaded dmg to install the application.

IntelliJ

  • Visit JetBrains' download page for IntelliJ.
  • Download the dmg for the Community version for Mac.
  • Use the downloaded dmg to install the application.

Postgres App

  • Visit Postgresapp's download page.
  • Download the dmg for the latest release.
  • Use the downloaded dmg to install the application.

pgAdmin

  • Vist pgAdmin's download page.
  • Download the dmg for the latest release.
  • Use the downloaded dmg to install the application.

MySQL

  • Visit MySQL's download page.
  • Download the dmg for the latest release.
  • Use the downloaded dmg to install the application.

MySQL Workbench

  • Visit MySQL's download page.
  • Download the dmg for the latest release.
  • Use the downloaded dmg to install the application.

Postman

  • Visit Postman's download page.
  • Download the latest version (zip).
  • Drag and drop the application to the /Applications folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors