-
Notifications
You must be signed in to change notification settings - Fork 39
/
index.html.md.erb
43 lines (30 loc) · 2.25 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
---
breadcrumb: <%= vars.platform_name %> Documentation
title: TAS for VMs Administrator Guide
owner: PCF Documentation
---
## <a id='who'></a> For <%= vars.app_runtime_abbr %> Administrators
This guide shows you how to manage the app runtimes: <%= vars.app_runtime_full %> (<%= vars.app_runtime_abbr %>),
<%= vars.windows_runtime_full %> (<%= vars.windows_runtime_abbr %>), <%= vars.segment_runtime_full %>,
and <%= vars.app_runtime_abbr %> Small Footprint Runtime.
This ongoing responsibility may include but is not limited to:
* Managing app routes and domains
* Managing orgs, spaces, and platform settings
* Analyzing app logs and generating usage reports
* Managing users and user roles
* Managing org and space billing
* Managing service plan access and service instances
* Enabling secure app communications
* Integrating app development tools
If you do these things, you are a <%= vars.app_runtime_abbr %> **Administrator**.
You have an Admin or Manager [role](../concepts/roles.html#roles), and the contents of this guide are for you.
Procedures that require logging into <%= vars.ops_manager %> or the BOSH Director are beyond the scope of this guide, because they require accounts with the <%= vars.ops_manager %> user authentication and access (UAA) server, not the <%= vars.app_runtime_abbr %> Cloud Controller UAA. For <%= vars.ops_manager %> user documentation, see the [<%= vars.platform_name %> Operators Guide](https://docs.pivotal.io/platform/<%= vars.current_major_version.sub('.', '-') %>/opsguide/index.html) and the [<%= vars.platform_name %> Architecture and Installation Guide](https://docs.pivotal.io/platform/<%= vars.current_major_version.sub('.', '-') %>/installing/index.html).
##<a id='contents'></a> Guide Contents
* <a href="./manage-platform.html">Managing the <%= vars.app_runtime_abbr %> Platform</a>
- Managing Routes and Domains
- Managing Orgs, Spaces, and Platform Settings
- App Logs and Usage Reports
* <a href="./enable-users.html">Enabling <%= vars.app_runtime_abbr %> Users</a>
- User Accounts and Communications
- Enabling Developers
* <a href="../cf-cli/index.html">Cloud Foundry Command Line Interface (cf CLI)</a> - Using the cf CLI to send commands to the Cloud Controller, the executive component of <%= vars.app_runtime_abbr %>.