tool setup¶
The document contains the tools necessary to execute this project.
tools¶
| name | purpose |
|---|---|
| gmail | mail account for the summer |
| terminal | execute commands, scripts, and interact with your computer |
| slack | messaging and video chat |
| google meet | video meeting |
| homebrew | package manager for MacOS |
| github | source code repository |
| sdkman | software development kit manager |
| android studio | IDE for developing android software |
| docker | build, share, and run containers locally |
gmail¶
- Use an existing account or create a new email account
terminal¶
- Already installed on your mac and accessible through Applications folder or search bar in upper right.
- Add this to dock bar.
slack¶
- Send your email account to me and I’ll invite you to a slack group.
- Download slack on your mac
- Once you have slack installed and you’ve been added to our slack group, you will need to configure your project workspace called “Summer Fullstack Bootcamp”
- Add this to dock bar.
google meet¶
- We will be using google meets so create a bookmark for it on your browser. Meets
homebrew¶
- Package manager for MacOS which allows you to install programs easily. steps
- To validate, open a new terminal and type:
brew help - Take a look at the available commands
github¶
- Follow these steps to create a new github account and setting up SSH keys.
- Check to see that you have git command line tools
git help
sdkman¶
- Follow the install instructions
- To validate, open a new terminal and type:
sdk help - You should see a list of commands you can execute
- Install the following applications: gradle, java, kotlin, http4k (take the latest versions of all of them)
sdk install gradle
android studio¶
- Follow Mac instructions to [install] (https://developer.android.com/studio/install)
- Add this to Dock bar
- Open the application and make sure it starts properly
docker¶
-
Follow Mac instructions to [install] (https://docs.docker.com/desktop/mac/install/)
-
Validate in a terminal
docker ps