This template can act as a starting point for your own Miranum IDE x Gitpod Project.
Miranum IDE is a collection of Visual Studio Code Plugins
for simplifying the development of process applications with Camunda.
Gitpod is a cloud development environment for teams to efficiently and securely develop software.
- Visual Studio Code (Version > 1.76.0) is installed
- The following plugins are installed
- You have a Gitpod Account
↗️ - You are logged in to Gitpod in VS Code (see VS Code Desktop
↗️ ) - You have granted Gitpod access to your GitHub account (see Push to GitHub via Gitpod)
- Go to your User Settings
↗️ - Click the three dots on the right side of the line that says
GitHub
- Click
Edit Permissions
- Grant the permissions to your need (e.g.
public_repo
to allow write access to your public repositories)
-
Open a Workspace by prefixing the URL with
gitpod.io/#
(e.g.gitpod.io/#https://github.com/miragon/miranum-gitpod-template
) -
Configure Workspace Options
-
Navigate through the different popups in VS Code
Allow Gitpod
to open URLTrust Author -
Enable
Gitdoc
- Open the Command Palette (
Ctrl+Shift+P
orView > Command Palette...
) - Type
Gitdoc: Enable
- Open the Command Palette (
-
Disconnect from the Workspace
- Open the Command Palette (Ctrl+Shift+P)
- Type
Manage Trusted Domains
- Add
"https://gitpod.io"
to the list of trusted domains at the end of the file[ "https://gitpod.io" ]