You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2023. It is now read-only.
Install and get started with the Kabanero Developer Tools
Empower your development team to work with agility and speed! Developer tools gives your team access to the Collection(s) that have been activated in Kabanero Foundation. Other public Kabanero Collections are also available for developers to use in either Visual Studio Code or Eclipse and also can be used in conjunction with their CLI using XCode. Share these instructions with your development team or simply invite them to your Collection from Kabanero Foundation.
Choose your preferred environment:
3 Buttons: VS CodeEclipseCLI
VS Code
Prerequisites: Visual Studio Code, Git, and Docker (Docker Compose for Mac)
Install Codewind in Visual Studio Code
Button: Install Codewind (Opens VSCode to the Codewind install page)
Open the Codewind workspace and create a new project.
Select the project source (this is being built so will need more clear instructions)
Public Collection Source
Private Collection Source
Eclipse
Prerequisites: Eclipse, Git, and Docker (Docker Compose for Mac)
Install Codwind in Eclipse for Java EE Developers.
Note: The earliest supported version of the Eclipse IDE is Version 2019-03 (4.11)
Button: Install Codewind (Opens Eclipse to the Codewind install page)
Follow the wizard and accept licenses.
After installation is complete, restart Eclipse.
Navigate to Codewind view.
Window > Show View > Other > Codewind > Codewind Explorer
Install Docker images.
Double-click on the Codewind item in the explorere to install. This may take a few minutes.
Create a new project or work with an existing one.
Codewind creates a folder called codewind-workspace within your home directory (C:\codewind-workspace on Windows) to contain your projects.
Select the project source (this is being built so will need more clear instructions)
Public Collection Source
Private Collection Source
CLI instructions
The Kabanero uses Appsody as it’s CLI experience to access collections.
Create a new project directory and cd into it appsody init kabanero/COLLECTION_ID (COLLECTION_ID can be seen from the appsody list command above)
When you are ready for support, we've got you covered
The Kabanero open source project is included within IBM Cloud Pak for Applications as Kabanero Enterprise. Cloud Pak for Applications provides a faster, more secure way to move your core business applications to any cloud, in containers. Built and supported on Red Hat OpenShift.
The text was updated successfully, but these errors were encountered:
Install and get started with the Kabanero Developer Tools
Empower your development team to work with agility and speed! Developer tools gives your team access to the Collection(s) that have been activated in Kabanero Foundation. Other public Kabanero Collections are also available for developers to use in either Visual Studio Code or Eclipse and also can be used in conjunction with their CLI using XCode. Share these instructions with your development team or simply invite them to your Collection from Kabanero Foundation.
Choose your preferred environment:
3 Buttons: VS Code Eclipse CLI
VS Code
Prerequisites: Visual Studio Code, Git, and Docker (Docker Compose for Mac)
Eclipse
Prerequisites: Eclipse, Git, and Docker (Docker Compose for Mac)
Window > Show View > Other > Codewind > Codewind Explorer
C:\codewind-workspace
on Windows) to contain your projects.CLI instructions
The Kabanero uses Appsody as it’s CLI experience to access collections.
Follow the instructions to install the Appsody CLI
Add your Kabanero Collection Hub Repository.
appsody repo add kabanero YOUR_COLLECTION_HUB_URL
https://github.com/kabanero-io/collections/releases/download/v0.1.2/kabanero-index.yaml
Optional - List your available collections
appsody list kabanero
Create an application
appsody init kabanero/COLLECTION_ID
(COLLECTION_ID can be seen from the appsody list command above)When you are ready for support, we've got you covered
The Kabanero open source project is included within IBM Cloud Pak for Applications as Kabanero Enterprise. Cloud Pak for Applications provides a faster, more secure way to move your core business applications to any cloud, in containers. Built and supported on Red Hat OpenShift.
The text was updated successfully, but these errors were encountered: