|
| 1 | +# WARNING: This repository is no longer maintained :warning: |
| 2 | + |
| 3 | +> This repository will not be updated. The repository will be kept available in read-only mode. |
1 | 4 | <p align="center">
|
2 | 5 | <a href="https://cloud.ibm.com">
|
3 | 6 | <img src="https://cloud.ibm.com/media/docs/developer-appservice/resources/ibm-cloud.svg" height="100" alt="IBM Cloud">
|
@@ -28,18 +31,8 @@ This application also enables a starting place for a Python microservice using F
|
28 | 31 |
|
29 | 32 | ## Steps
|
30 | 33 |
|
31 | | -You can [deploy this application to IBM Cloud](https://cloud.ibm.com/developer/appservice/create-app?starterKit=db553c13-0d86-3291-b523-bbcc7e610a52) or [build it locally](#building-locally) by cloning this repo first. After your app is live, you can access the `/health` endpoint to build out your cloud native application. |
32 | | - |
33 | 34 | ### Deploying to IBM Cloud
|
34 | 35 |
|
35 | | -<p align="center"> |
36 | | - <a href="https://cloud.ibm.com/developer/appservice/create-app?starterKit=db553c13-0d86-3291-b523-bbcc7e610a52"> |
37 | | - <img src="https://cloud.ibm.com/devops/setup/deploy/button_x2.png" alt="Deploy to IBM Cloud"> |
38 | | - </a> |
39 | | -</p> |
40 | | - |
41 | | -Click **Deploy to IBM Cloud** to deploy this same application to IBM Cloud. This option creates a deployment pipeline, complete with a hosted GitLab project and a DevOps toolchain. You can deploy your app to a Kubernetes cluster or a Red Hat OpenShift cluster. OpenShift is available only through a standard cluster, which requires you to have a billable account. |
42 | | - |
43 | 36 | [IBM Cloud DevOps](https://www.ibm.com/cloud/devops) services provides toolchains as a set of tool integrations that support development, deployment, and operations tasks inside IBM Cloud.
|
44 | 37 |
|
45 | 38 | ### Building locally
|
@@ -126,10 +119,6 @@ ibmcloud dev build --debug
|
126 | 119 | ibmcloud dev debug
|
127 | 120 | ```
|
128 | 121 |
|
129 | | -## Next steps |
130 | | -* Learn more about the services and capabilities of [IBM Cloud](https://cloud.ibm.com). |
131 | | -* Explore other [sample applications](https://cloud.ibm.com/developer/appservice/starter-kits) on IBM Cloud. |
132 | | - |
133 | 122 | ## License
|
134 | 123 |
|
135 | 124 | This sample application is licensed under the Apache License, Version 2. Separate third-party code objects invoked within this code pattern are licensed by their respective providers pursuant to their own separate licenses. Contributions are subject to the [Developer Certificate of Origin, Version 1.1](https://developercertificate.org/) and the [Apache License, Version 2](https://www.apache.org/licenses/LICENSE-2.0.txt).
|
|
0 commit comments