Educates Workshop Template Repo

This repo is intended to be used as an easy way to duplicate and then add your workshop specific content that would run on Educates.

Requirements

Commands

Build and Run Locally

make

Rebuild, and redeploy the workshop and training portal with changes

make reload

Refresh the content in existing deployment

make refresh

After running the refresh, run update-workshop in your workshop terminal window and refresh the browser. The educates documentation has more details on live updates to content as well.

Stop an existing educates cluster

make stop

Start a previously stopped educates cluster

make start

Delete local educates cluster

make delete

Delete local educates cluster and local registry

make clean

Resources