copyright | lastupdated | ||
---|---|---|---|
|
2018-05-21 |
{:shortdesc: .shortdesc} {:tip: .tip} {:new_window: target="_blank"} {:codeblock: .codeblock} {:screen: .screen}
{: #create}
In {{site.data.keyword.Bluemix}}, you can build enterprise-level mobile and web applications and take advantage of cloud extensions that are hosted by {{site.data.keyword.Bluemix_notm}}. You can use the {{site.data.keyword.Bluemix}} console and command line tools to build, run, and deploy your apps. You can get started in two ways: create an app with a starter kit that manages the process for you, or if you know what you want, build your app with the resources you need. {:shortdesc}
You can use a starter kit to quickly get your app started and prepare it for future development. Choose a starter kit and programming language, create an app, and then set up a DevOps toolchain to automatically deploy your app. You can also download the code for immediate inspection.
Starter kits are available in many categories, including:
- Watson{:new_window}
- Apple{:new_window}
- Mobile{:new_window}
- Web App{:new_window}
- Security{:new_window}
- Finance{:new_window}
Sign up{: new_window} for an {{site.data.keyword.cloud_notm}} account. Enter your email, name, company, region, and phone number.
You don't need a credit card to sign up for a free account, but entering a credit card gives you access to more resources and makes it easier for you to fully understand all {{site.data.keyword.cloud_notm}} offers.
{: #project}
-
Click Get Started in the Start from the Web section.
-
Select a starter kit of your choice, read the details, and click Create.
To view what's included in the starter kit, expand the tile on the App Service Starter Kits dashboard. {: tip}
- Name your app, select your language, and click Create.
Great start! You just created an app.
To inspect your code, click Download Code on the app details page. Check the README.md
file in the downloaded compressed file to find out whether you need to take more actions to get your starter app running.
{: tip}
{: #addResources}
Most starter kits instruct {{site.data.keyword.cloud_notm}} to automatically provision resources for you. You can also associate more resources with your app by clicking Add Resource on the app details page.
To develop and run your app locally, use the {{site.data.keyword.dev_cli_notm}} {: tip}
{: #deploy}
Click Deploy to Cloud on the app details page, select a deployment method (for example Kubernetes Cluster or Cloud Foundry App), and click Create. {{site.data.keyword.cloud_notm}} automatically creates an open toolchain that's complete with a Git repository and continuous delivery pipeline. View the pipeline component of your new toolchain to start the initial build and deploy process so that you can view your new app running in minutes.
You're now set for iterative development and continuous delivery.