Update content on Install Developer Tools page for new exp #193
Description
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)
- 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.
- Codewind creates a folder called codewind-workspace within your home directory (
- 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.
-
Follow the instructions to install the Appsody CLI
- Link to https://appsody.dev/docs/getting-started/installation
- Also if we don't want to link out we can duplicate install here, would need to keep updating as appsody updates install instructions though
-
Add your Kabanero Collection Hub Repository.
appsody repo add kabanero YOUR_COLLECTION_HUB_URL
- If you do not have a collection hub URL, you can use the public Kabanero 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
- 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)
- Create a new project directory and cd into it
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.