-
Notifications
You must be signed in to change notification settings - Fork 8
/
manage-spaces.html.md.erb
61 lines (39 loc) · 1.8 KB
/
manage-spaces.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
---
title: Managing Spaces Using the Apps Manager
---
To manage a space in an org, you must have org manager or space manager
permissions in that space.
Org managers have space manager permissions by default and can manage user
accounts in all spaces associated with the org.
Log in to the Apps Manager: <%=vars.console%>
<%= image_tag("console-org.png") %>
## <a id='orgs'></a>Orgs ##
The current org is highlighted in the Apps Manager navigation.
The drop-down menu on the right displays other orgs.
Use this menu to switch between orgs.
<%= image_tag("manage-spaces/select-org.png") %>
## <a id='app_spaces'></a>Spaces ##
The Apps Manager navigation also shows the spaces in the current org.
The current space is highlighted.
<%= image_tag("manage-spaces/app-spaces.png") %>
* **Add a Space**: Click the **Add A Space** button.
* **Switch Space**: Select a different space on the Org dashboard or from the
navigation.
## <a id='settings_view'></a>Edit Space ##
From the Space page, click the **Edit Space** link.
<%= image_tag("manage-spaces/space-settings.png") %>
* **Delete a Space**: Click the **Delete Space** button in the top right
corner.
* **Rename a Space**: Change the text in the **Space Name** field, then click
**Save**.
## <a id='apps'></a>Apps List ##
The Apps List displays information about the **Status**, **Name**, **Route**,
number of **Instances**, and amount of **Memory** for each app in the current
space.
<%= image_tag("manage-spaces/apps-in-space.png") %>
## <a id='services'></a>Services View ##
The Services view lists services bound to apps in the current space.
<%= image_tag("manage-spaces/services-space.png") %>
* **Add a Service**: Click the **Add Service** button on the right side of the
Services view.
Clicking the **Add Service** button takes you to the Marketplace.