Day 1
- Log on to droplet via ssh and the username you have created (jetty)
- Create this folder structure:
- By using the following commands:
mkdir
andtouch
- Open the README file with nano editor and write a short description of the content of the folder structure. Save and exit.
- Create a README.md file locally on you laptop and copy it to the droplet using
scp
. The README.md should contain some text. - On the froplet print the content of the new README.md file to the console using
cat
.