- Launch an ubuntu server from scratch via AWS (Ubuntu 16.04)
- Run the following to install Docker the easy way:
curl -fsSL get.docker.com -o get-docker.sh
sh get-docker.sh
- Remove the get-docker.sh file.
- Fork this repository.
- Clone the forked repository.
- Complete the exercises in the notebook.
- Make a pull request.
We will spend time today learning about Git.
First, familiarize yourself with the basics:
https://guides.github.com/introduction/git-handbook/
Then, move on to some practise. This is a great tutorial that takes place entirely in the command line. You can run it on your AWS instance, or locally: