Instruqt Docs
Platform
Github
Search…
Overview
Getting started
Design effective tracks
Set up Instruqt
Quickstart
How-to guides
Build tracks
Create a track from a template
Create a track from scratch
Add software and packages to a track
Create and bootstrap a multi-host track
Build challenges
Add a quiz to a track
Set the track authors
Copy a track
Edit a track
Delete a track
Pull a track
Test a track
Deploy a track
Share a track
Play a track
Create track invites
Maintain a developer workflow
View track logs
Manage sandboxes
Integrate external systems
Migrate from Katacoda
Concepts
Sandboxes
Tracks
Challenges
Lifecycle scripts
Templates
Reference
Feature overview
Team settings
Instruqt CLI
Instruqt platform
GraphQL API
Webhooks
Resources
Advanced use cases
FAQ
Glossary
Powered By
GitBook
Play a track
This is what it's all about.
This guide explains how to play a track from Web UI and Instruqt CLI.
You developed a track and now you want to see if everything works as you imagined. So it is time to play your track.
Before you begin
To play your track, you should have
deployed
the track.
Play
Pick the Web UI or the Instruqt CLI route depending on your preference:
🌐 Web UI
💻 Instruqt CLI
1.
Open your browser and go to
play.instruqt.com
. ↳ Instruqt shows your content.
2.
Click the track you want to play. ↳ Instruqt shows the corresponding
Track overview page
.
3.
Click
Start track
. ↳ Instruqt creates the environment for you, which takes some time.
4.
Click
Start
to start the (first) challenge.
5.
Execute the instructions you build into the challenge.
6.
Follow along with the remainder of your track.
1.
Move into your track directory:
1
cd DIRECTORY_NAME
Copied!
⇨ Replace
DIRECTORY_NAME
with your track directory.
2.
Enter the following command:
1
instruqt track open
Copied!
↳ Instruqt shows this output:
1
==> Reading track definition
2
OK
3
==> Opening track URL (https://play.instruqt.com/TEAM/tracks/TRACK_NAME) in browser
Copied!
⇨
TEAM
and
TRACK_NAME
will be your team and track name. ↳ And your browser opens, showing the
Track overview page
of your track.
3.
Click
Start track
. ↳ Instruqt creates the environment for you, which takes some time.
4.
Click
Start
to start the (first) challenge.
5.
Execute the instructions you build into the challenge.
6.
Follow along with the remainder of your track.
Pat yourself on the shoulder. Take a sip of your favorite drink. And imagine what great track you will develop next.
Previous
Share a track
Next
Create track invites
Last modified
1mo ago
Copy link
Edit on GitHub
Contents
Before you begin
Play