forked from cloudfoundry/docs-deploying-cf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html.md.erb
More file actions
16 lines (12 loc) · 761 Bytes
/
index.html.md.erb
File metadata and controls
16 lines (12 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: Overview of Deploying Cloud Foundry
owner: Release Integration
---
Cloud Foundry is designed to be configured, deployed, managed, scaled, and
upgraded on any cloud IaaS provider. Cloud Foundry achieves this by leveraging
[BOSH](https://bosh.io/), an open source tool for release engineering,
deployment, lifecycle management, and distributed systems monitoring.
If installing Cloud Foundry for the first time, [deploy](./cf-deployment/index.html) with `cf-deployment`.
If you have an existing Cloud Foundry deployment that uses `cf-release`, [migrate](./migrating.html) your deployment to `cf-deployment`.
* [Deploying Cloud Foundry with cf-deployment](./cf-deployment/index.html)
* [Migrating from cf-release to cf-deployment](./migrating.html)