Workshop Setup

Use the bootstrap script if a machine still needs workshop setup. On the workshop machines, this should already have been run for you, so most participants should not need to do anything here.

When to use this

The workshop environment is based on Ubuntu 22.04 LTS. If your machine is already prepared, you can skip this page and go straight to the labs. If something appears to be missing, or if you are setting up a fresh Ubuntu 22.04 install for the workshop, use the bootstrap script below.

Download and run

As a general habit, take a quick look at any script before running it. You can review the downloaded file with less bootstrap.sh or open the local copy linked below, then run it once you understand the high-level steps.

The bootstrap script is meant to set up everything needed for the workshop on a fresh install.

Download the script, make it executable if needed, and run it from a terminal:

curl -O https://raw.githubusercontent.com/niloysh/rogers-workshop-3/main/scripts/bootstrap.sh
chmod +x bootstrap.sh
./bootstrap.sh

If you prefer, you can also open the local copy here: scripts/bootstrap.sh.