Launch Script
Run this command in the terminal to set up your environment (~30 seconds).
./launch-dev-portal_summit.sh
Script Description
The launch script configures your environment with the following:
Creates a Docker Network called kong-net Installs and starts the database Prepares your database (Kong migration) Installs and starts Kong with environment variables and configurations Verify Setup
This learning lab utilizes the Kong Enterprise command line.
Verify that your environment is up and running.
The results should be a HTTP/1.1 200 OK response from Kong.
Next Section