Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

eclipse-archived/codewind-appsody-extension

Repository files navigation

codewind-appsody-extension

License Build Status Chat

This repository is an extension to Codewind that adds support for Appsody projects.

Installing the Appsody Extension on Codewind

Download the desired build from Eclipse Downloads and unzip the archive under the Codewind workspace's .extensions folder, i.e.

/some_path/codewind-workspace/.extensions/codewind-appsody-extension

Restart Codewind to pick up the new extension.

Creating an Appsody Project

After installing the Appsody extension, the Appsody project templates will become available in Codewind, allowing you to create Appsody projects the same way you create other projects.

Optional: Building the Full Application Image

  1. Open a terminal into the Codewind server container:

    docker exec -it codewind-pfe bash

  2. Run the following command, replacing projectName with the name of the project to build:

    export APPSODY_MOUNT_PROJECT=$HOST_WORKSPACE_DIRECTORY/projectName

  3. Go into the project directory:

    cd /codewind-workspace/projectName

  4. Run the command below. A docker image of the application will be built with the name projectName.

    /codewind-workspace/.extensions/codewind-appsody-extension/appsody build

Current Limitations

  • Enabling and disabling auto build in Codewind is not supported for Appsody projects.

Contributing

Submit issues and contributions:

  1. Submitting issues
  2. Contributing