You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Installing Pivotal Platform Dev on Mac OS X
4
-
owner: Pivotal Platform Dev
2
+
breadcrumb: PCF Dev Documentation
3
+
title: Installing PCF Dev on Mac OS X
4
+
owner: PCF Dev
5
5
---
6
6
7
7
<strong><%=modified_date%></strong>
8
8
9
-
This topic describes how to install <%=vars.platform_name%> Dev on Mac OS X.
9
+
This topic describes how to install PCF Dev on Mac OS X.
10
10
11
+
## <aid="prerequisites"></a>Prerequisites
11
12
12
-
## <aid="prerequisites"></a> Prerequisites
13
+
###<aid="cf-cli"></a>Cloud Foundry Command Line Interface
13
14
14
-
This section describes the prerequisites you must have before installing <%=vars.platform_name%> Dev on Mac OS X.
15
+
PCF Dev uses the [Cloud Foundry Command Line Interface](https://github.com/cloudfoundry/cli) (cf CLI) to push and scale apps.
15
16
16
-
### <aid="cf-cli"></a> Cloud Foundry Command Line Interface
17
-
18
-
<%=vars.platform_name%> Dev uses the Cloud Foundry Command Line Interface (cf CLI) to push and scale apps.
19
-
20
-
To install the cf CLI:
21
-
22
-
1. Download the cf CLI for Mac OS X (64 bit) from the [Downloads](https://github.com/cloudfoundry/cli#downloads) section of the cf CLI repository on GitHub. If you previously used the cf CLI v5 Ruby gem, you must uninstall the gem first.
17
+
1. [Download](https://cli.run.pivotal.io/stable?release=macosx64&source=github) the cf CLI for Mac OS X (64 bit). If you previously used the cf CLI v5 Ruby gem, you must uninstall the gem first.
23
18
24
19
1. Open the `.pkg` file.
25
20
@@ -31,51 +26,29 @@ To install the cf CLI:
31
26
32
27
1. To verify your installation, open a terminal window and enter `cf`. If your installation was successful, the cf CLI help listing appears.
33
28
29
+
## <aid="install-pcf-dev"></a>Install PCF Dev
34
30
35
-
## <aid="install-pcf-dev"></a> Install <%=vars.platform_name%> Dev
36
-
37
-
To install <%=vars.platform_name%> Dev:
38
-
39
-
1. Download the latest version of <%=vars.platform_name%> Dev from the [<%=vars.platform_name%> Dev](https://network.pivotal.io/products/pcfdev#/releases/1622) page on Pivotal Network.
40
-
41
-
1. Install the CF Dev plugin required to run <%=vars.platform_name%> Dev by running:
31
+
1. Download the latest version of PCF Dev from the [Pivotal Network](https://network.pivotal.io/).
32
+
1. Install the CF Dev plugin required to run PCF Dev:
1. Start PCF Dev. Enter the following command, replacing `FILEPATH/FILE` with the filepath of the .iso or .tgz file you downloaded:
42
35
43
36
```
44
-
cf install-plugin cfdev
37
+
cf dev start -f FILEPATH/FILE
45
38
```
39
+
It may take several minutes for the PCF Dev VM and its services to start.
46
40
47
-
1. Start <%=vars.platform_name%>Dev by running:
41
+
After the **PCF Dev is now running** banner appears, you can [log in](./usage.html#pcf-dev).
48
42
49
-
```
50
-
cf dev start -f FILEPATH
51
-
```
52
-
Where `FILEPATH` is the filepath of the .iso or .tgz file you downloaded. It may take several minutes for the <%=vars.platform_name%> Dev VM and its services to start.
53
-
<pclass="note"><strong>Note:</strong> You may be prompted to continue if your available memory is less than the recommended amount.</p>
54
43
55
-
After the **<%=vars.platform_name%> Dev is now running** banner appears, you can log in. For more information about logging in, see the [Log In to Your <%=vars.platform_name%> Dev Instance](./usage.html#pcf-dev) section of the _Using <%=vars.platform_name%> Dev_ topic.
44
+
## <aid="stopping"></a>Stop PCF Dev
56
45
46
+
To stop PCF Dev, run the following command:
57
47
58
-
## <aid="stopping"></a> Stop <%=vars.platform_name%> Dev
48
+
<preclass="terminal">$ cf dev stop</pre>
59
49
60
-
To stop <%=vars.platform_name%>Dev:
50
+
## <aid="uninstall"></a>Uninstall PCF Dev
61
51
62
-
1. Navigate to your workspace.
52
+
To remove PCF Dev, run the following command:
63
53
64
-
1. Run:
65
-
66
-
```
67
-
cf dev stop
68
-
```
69
-
70
-
71
-
## <aid="uninstall"></a> Uninstall <%=vars.platform_name%> Dev
0 commit comments