June 18, 2019 By Nathan Hekman 4 min read

You can use the IBM Cloud command-line interface (CLI) to create applications, develop locally, and deploy to IBM Public Cloud. This tutorial will show you how.

Before you begin

You must install the IBM Cloud CLI, the IBM Cloud Developer Tools CLI plug-in, and other recommended plug-ins and tools. For more information, see “Getting started with the IBM Cloud CLI.”

Creating a starter app from scratch and deploying to a DevOps toolchain

Creating an app from scratch is useful if you don’t already have existing code to begin with and would like to start from a language or a framework starter template.

  1. Run the ibmcloud dev create command in the directory of your choice.
  2. Select Backend Service / Web App as the app type.
  3. Select Node as the language type.
  4. Select Node.js Web App with Express.js (Web App) as the starter kit to use.
  5. Enter a name for your app, and select the resource group that you want to use (if necessary). Don’t add services for now.
  6. Select the IBM DevOps, deploy to Cloud Foundry buildpacks option to create a DevOps toolchain. You might need to set up SSH keys to complete this step. If you set a passphrase for your SSH key, you are required to enter this code.
  7. Follow the remaining prompts:
    • Select a region for your toolchain.
    • Enter a name for the DevOps toolchain name.
    • Enter a name for the host name.

Creating the app and deploying to a toolchain takes a few seconds to complete.

Building your app and running it locally

You can now build your app and run it locally.

  1. Navigate to the app directory that was just created and ensure that Docker is running on your system.
  2. Run the ibmcloud dev build command to build your app.
  3. Run the ibmcloud dev run command to begin running your app locally.
  4. View your app that is running locally at http://localhost:3000 or a similar URL in a web browser. You should see the “Congratulations!” screen shown below.
  5. Press Ctrl+C to stop your app.

You can also use compound commands like ibmcloud dev build/run to sequentially issue a build followed by a run.

Adding a service and modifying the code

Now that your app can run locally, you can add a service and modify some code.

  1. Run the ibmcloud dev edit command from within the app directory. Select a resource group if prompted.
  2. Choose Manage services. Select Create a new service and add it to this application. From the Databases category, select Cloudant. If prompted, select a region and the Lite plan for the service. Once this service is added, you can select Return to the previous selection and Exit.
  3. You should see that several service enablement and configuration files were saved to your app directory after adding the service. Some of these files have conflicts which need to be merged manually. You can use diff or a similar tool to compare changes, then overwrite the original files with the *.merge files.
  4. Make a change in your code. For this tutorial, use a text editor to modify the /public/index.html file by changing the Congratulations! string to something like Hello World!.
  5. Save any files that you modified.

Deploying your app

You can deploy a new version of your app to IBM Cloud from the CLI in two ways—automatically via a DevOps toolchain (which should already be configured), or manually.

Automatically deploying your app

Since you have already deployed your app via a DevOps toolchain, deploying a new build is as simple as committing and pushing your code to the repository in your toolchain.

  1. Prepare the changes to be committed.

    git add .

  2. Commit the changes with a brief message.

    git commit -m "made changes"

  3. Push the commits on the master branch to the remote repository.

    git push origin master

  4. View the DevOps toolchain for your app from the IBM Cloud console in your web browser. To do this, run the ibmcloud dev edit command from within the app directory. Select a resource group if prompted.
  5. Select Configure continuous delivery, followed by Open the toolchain for your app in a browser.
  6. Click the Delivery Pipeline card within the toolchain to verify that the pipeline has been executed. You should see the stages of your pipeline running (shown below). Once all stages pass, your app should be deployed.

Manually deploying your app

While not required for this tutorial, you can manually deploy your app to IBM Cloud (Cloud Foundry or Kubernetes) by using the ibmcloud dev deploy  command by using the ibmcloud dev deploy command from within the app directory.

Viewing your app

  1. To view the URL of your app that’s running on IBM Cloud, run the ibmcloud dev view command from within the app directory. Select “n" if asked Is this a Kubernetes deployed application? This will open the running app URL in your default browser, and you should see something like the image below.
  2. To view details about your app’s credentials, services, and toolchain from the IBM Cloud console, run the ibmcloud dev console command.

That’s it! You’ve successfully created, developed, and deployed an application to IBM Public Cloud using the CLI.

Questions or comments?

For assistance, please submit questions to the author of this article. You can reach the development team in the #developer-tools channel of this Slack. You can request access to this Slack channel here.

Additional resources

Was this article helpful?
YesNo

More from Cloud

IBM Cloud Virtual Servers and Intel launch new custom cloud sandbox

4 min read - A new sandbox that use IBM Cloud Virtual Servers for VPC invites customers into a nonproduction environment to test the performance of 2nd Gen and 4th Gen Intel® Xeon® processors across various applications. Addressing performance concerns in a test environment Performance testing is crucial to understanding the efficiency of complex applications inside your cloud hosting environment. Yes, even in managed enterprise environments like IBM Cloud®. Although we can deliver the latest hardware and software across global data centers designed for…

10 industries that use distributed computing

6 min read - Distributed computing is a process that uses numerous computing resources in different operating locations to mimic the processes of a single computer. Distributed computing assembles different computers, servers and computer networks to accomplish computing tasks of widely varying sizes and purposes. Distributed computing even works in the cloud. And while it’s true that distributed cloud computing and cloud computing are essentially the same in theory, in practice, they differ in their global reach, with distributed cloud computing able to extend…

How a US bank modernized its mainframe applications with IBM Consulting and Microsoft Azure

9 min read - As organizations strive to stay ahead of the curve in today's fast-paced digital landscape, mainframe application modernization has emerged as a critical component of any digital transformation strategy. In this blog, we'll discuss the example of a US bank which embarked on a journey to modernize its mainframe applications. This strategic project has helped it to transform into a more modern, flexible and agile business. In looking at the ways in which it approached the problem, you’ll gain insights into…

IBM Newsletters

Get our newsletters and topic updates that deliver the latest thought leadership and insights on emerging trends.
Subscribe now More newsletters