Install prerequisites
Use a single curl
command to install git, docker, kubectl, helm, and IBM Cloud Developer Tools CLI.
Log in to IBM Cloud
Use the ibmcloud login
command to log in to IBM Cloud.
Create a project
Use the ibmcloud dev create
command from IBM Cloud Developer Tools CLI to generate a pre-configured starter that fits your application needs.
Build a project
Use the ibmcloud dev build
command to build your application.
Run locally
Use the ibmcloud dev run
command to locally run the application.
Deploy to IBM Cloud
Use the ibmcloud dev deploy
command to deploy the application to IBM Cloud.
Legend