This repository is an extension to Codewind that adds support for Appsody projects.
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.
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.
-
Open a terminal into the Codewind server container:
docker exec -it codewind-pfe bash
-
Run the following command, replacing projectName with the name of the project to build:
export APPSODY_MOUNT_PROJECT=$HOST_WORKSPACE_DIRECTORY/projectName
-
Go into the project directory:
cd /codewind-workspace/projectName
-
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
- Enabling and disabling auto build in Codewind is not supported for Appsody projects.
Submit issues and contributions: