forked from orange-cloudfoundry/docs-dev-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html.md.erb
73 lines (43 loc) · 2.46 KB
/
index.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
title: Developer Guide
---
This guide has instructions for pushing an application to Cloud Foundry and
making the application work with any available cloud-based services it uses,
such as databases, email, or message servers.
The core of this guide is the [Deploy an Application](./deploy-apps/deploy-app.html) process
guide, which provides end-to-end instructions for deploying and running
applications on Cloud Foundry, including tips for troubleshooting deployment and
application health issues.
Before you can use the instructions in this document, you will need an account
on your Cloud Foundry instance.
___
## <a id='prepare'></a>Preparing Applications for the Cloud ##
[Considerations for Designing and Running an Application in the Cloud](./deploy-apps/prepare-to-deploy.html)
___
## <a id='prepare'></a> Deploying and Managing Applications ##
[Deploy an Application](./deploy-apps/deploy-app.html)
[Configuring Domains, Subdomains, and Routes](./deploy-apps/domains-routes.html)
[Using Application Manifests](./deploy-apps/manifest.html)
[Cloud Foundry Environment Variables](./deploy-apps/environment-variable.html)
[Using Blue-Green Deployment to Reduce Downtime and Risk](./deploy-apps/blue-green.html)
[Application Logging in Cloud Foundry](./deploy-apps/streaming-logs.html)
[Troubleshooting Application Deployment and Health](./deploy-apps/troubleshoot-app-health.html)
___
## <a id='cf'></a>cf Command Line Interface ##
[Installing the cf Command Line Interface](./installcf/install-go-cli.html)
[Getting Started with cf v6](./installcf/whats-new-v6.html)
[Using cf with an HTTP Proxy Server](./installcf/http-proxy.html)
[Starting Applications using cf](./deploy-apps/app-startup.html)
___
## <a id='services'></a>Services ##
[Services Overview](./services/index.html)
[Adding a Service](./services/adding-a-service.html)
[Binding a Service Instance](./services/bind-service.html)
[Managing Service Instances](./services/managing-services.html)
[Third-Party Managed Services](./services/managed.html)
[User-Provided Services](./services/user-provided.html)
[Configuring Play Framework Service Connections](./services/play-service-bindings.html)
[Migrating a Database in Cloud Foundry](./services/migrate-db.html)
[Using Third Party Log Management Services](./services/log-management.html)
[Configuring Selected Third Party Log Management Services](./services/log-management-thirdparty-svc.html)
[Integrating Cloud Foundry with Splunk](./services/integrate-splunk.html)