Skip to content

weikio/try-weikio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weik.io Integration Development Container

Open in Dev Containers

Weik.io Integration Development container is for Architects and Developers building integrations using the Weik.io Integration Platform. Learn more at https://weikio.com

This development container is a running container with a well-defined Weik.io tool/runtime stack and its prerequisites. You can try out development containers with GitHub Codespaces or Visual Studio Code Dev Containers.

Note

VS Code sometimes likes to cache the Development Container files. If you have issues running the devcontainer directly from VS Code, you can try cloning this repository and then opening it through VS Code as a Devcontainer.

Alternatively make sure to delete the devcontainer volumes to start fresh.

Login details

Here are the login details for Weik.io instance running in the Devcontainer:

The Weik.io CLI is configured with the local environment.

Setting up the development container

GitHub Codespaces

Follow these steps to open this sample in a Codespace:

  1. Click the Code drop-down menu.
  2. Click on the Codespaces tab.
  3. Click Create codespace on main .

For more info, check out the GitHub documentation.

VS Code Dev Containers

If you already have VS Code and Docker installed, you can click the badge above or here to get started. Clicking these links will cause VS Code to automatically install the Dev Containers extension if needed, clone the source code into a container volume, and spin up a dev container for use.

Follow these steps to open this sample in a container using the VS Code Dev Containers extension:

  1. If this is your first time using a development container, please ensure your system meets the pre-reqs (i.e. have Docker installed) in the getting started steps.

  2. To use this repository, you can open a locally cloned copy of the code:

    • Clone this repository to your local filesystem.
    • Press F1 and select the Dev Containers: Open Folder in Container... command.
    • Select the cloned copy of this folder, wait for the container to start, and try things out!

Things to try

Once you have this sample opened, you'll be able to work with it like you would locally.

Some things to try:

  1. Create new integration: weikio integration init my-integration
  2. Develop and test the new integration: weikio integration run my-integration
  3. Publish the integration to Weik.io: weikio integration push my-integration
  4. Start the integration: weikio integration flows start my-integration
  5. View the integration in Weik.io UI: Open port forwarding to ui:80 and login with [email protected]/password

image

License

Licensed under the MIT License. See LICENSE in the project root for license information.