Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If not already installed, you will need to install curl, Node.js, Git, Docker, and Docker-Compose on your Ubuntu system. These must be installed to do the labs during the training session. Use the steps in each section below to properly install each element.

curlĀ  (optional: typing "curl -help" will tell you if the following is needed)

Code Block
sudo apt install -y curl

...