Getting started

This guide will walk you through how to create and manage your first Instruqt Lab. At the end of this guide you will have a complete lab with a sandbox containing a webserver, terminal and UI tabs to interact with the webserver, and multi-page content that includes a quiz and task validation.

Before we can get stuck into defining the lab itself, we need to make sure a few other things are set up. We will through the setup of these, but if you already have these setup and configured feel free to skip to creating your first lab.

  • You will need to have Git installed on your system, which will be used for version control.

  • You will need a GitHub account to store your lab repository.

  • The Instruqt-GitHub integration needs to be configured to connect Instruqt with your GitHub account.

  • The Instruqt CLI needs to be installed to initialize and validate your lab.

  • A code editor to edit the configuration of the lab, e.g. Visual Studio Code.

Last updated