-
Notifications
You must be signed in to change notification settings - Fork 39
/
manage-platform.html.md.erb
52 lines (28 loc) · 2.11 KB
/
manage-platform.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
---
title: Managing the TAS for VMs Platform
owner: PCF Documentation
---
The topics in this subsection explain how to manage the structure and capabilities of an app runtime on <%= vars.platform_name %>, such as <%= vars.app_runtime_full %> (<%= vars.app_runtime_abbr %>).
## <a id='overview'></a> Overview
<%= vars.app_runtime_abbr %>-based runtimes are opinionated development environments with built-in structures to compartmentalize, support, and track multiple independent app development teams. Managing this environment includes:
* Managing routes and domains
* Managing orgs, spaces, and platform settings
* Generating app logs and usage reports
In addition to these tasks, <%= vars.app_runtime_abbr %> managers may also deploy apps, create service instances, and perform other tasks that <%= vars.app_runtime_abbr %> app developers do. For more information, see [Developer Guide](../devguide/index.html).
## <a id='contents'></a> Contents
### <a id='routes'></a> Managing Routes and Domains
- [Routes and Domains](../devguide/deploy-apps/routes-domains.html)
### <a id='org-space'></a> Managing Orgs, Spaces, and Platform Settings
- [Getting Started with Apps Manager](../console/dev-console.html)
- [Logging Into Apps Manager](../customizing/console-login.html)
- [Managing Orgs and Spaces Using Apps Manager](../console/manage-spaces.html)
- [Viewing ASGs in Apps Manager](../console/space-asgs.html)
- [Creating and Modifying Quota Plans](../adminguide/quota-plans.html)
- [Feature Flags](../adminguide/listing-feature-flags.html)
- [<%= vars.app_runtime_abbr %> Environment Variables](../devguide/deploy-apps/environment-variable.html)
### <a id='logs'></a> Generating App Logs and Usage Reports
- [App Logging in <%= vars.app_runtime_abbr %>](../devguide/deploy-apps/streaming-logs.html)
- [Reporting App, Task, and Service Instance Usage](../opsguide/accounting-report.html)
- [Reporting Instance Usage with Apps Manager](../opsguide/accounting-report-apps-man.html)
- [Using App Health Checks](../devguide/deploy-apps/healthchecks.html)
- [Installing the Loggregator Plugin for cf CLI](../loggregator/cli-plugin.html)