Skip to content

Add try cf page to let potential customers freely play with CF without installation #558

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions deploy-apps/try-cloud-foundry.html.md.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Try Cloud Foundry
owner: core
---

Interested in trying Cloud Foundry without setting up an environment yourself?

Several Cloud Foundry providers offer publicly accessible platforms where you can deploy and manage apps using the `cf` CLI — without installing Cloud Foundry on your own infrastructure.

👉 **Visit the [Try Cloud Foundry page on cloudfoundry.org](https://cloudfoundry.org/try-cloud-foundry)** for a curated list of providers and instructions on how to get started.

This page is continuously updated by the Cloud Foundry community. If you offer a public Cloud Foundry platform and would like to be listed, feel free to contribute through the Cloud Foundry Slack or open an issue in the [CF community GitHub repo](https://github.com/cloudfoundry/community/issues).

1 change: 1 addition & 0 deletions index.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ If you do these things, you are a <%= vars.app_runtime_abbr %> **developer**, a
* [Pushing apps with sidecar processes](sidecars.html)
* [Using blue-green deployment to reduce downtime and risk](deploy-apps/blue-green.html)
* [Troubleshooting app deployment and health](deploy-apps/troubleshoot-app-health.html)
* [Try Cloud Foundry without setup](deploy-apps/try-cloud-foundry.html)

* **Routes and Domains:** How to configure routes and domains.
* [Configuring routes and domains](deploy-apps/routes-domains.html)
Expand Down