Skip to content

Commit 9e5a2b9

Browse files
author
jncd
committed
[#172418442]Revert install-osx page to pre-rebrand state.
1 parent d14c6fc commit 9e5a2b9

File tree

1 file changed

+22
-49
lines changed

1 file changed

+22
-49
lines changed

install-osx.html.md.erb

+22-49
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,20 @@
11
---
2-
breadcrumb: Pivotal Platform Dev Documentation
3-
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
55
---
66

77
<strong><%= modified_date %></strong>
88

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.
1010

11+
## <a id="prerequisites"></a>Prerequisites
1112

12-
## <a id="prerequisites"></a> Prerequisites
13+
### <a id="cf-cli"></a>Cloud Foundry Command Line Interface
1314

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.
1516

16-
### <a id="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.
2318

2419
1. Open the `.pkg` file.
2520

@@ -31,51 +26,29 @@ To install the cf CLI:
3126

3227
1. To verify your installation, open a terminal window and enter `cf`. If your installation was successful, the cf CLI help listing appears.
3328

29+
## <a id="install-pcf-dev"></a>Install PCF Dev
3430

35-
## <a id="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:
33+
<pre class="terminal">$ cf install-plugin cfdev</pre>
34+
1. Start PCF Dev. Enter the following command, replacing `FILEPATH/FILE` with the filepath of the .iso or .tgz file you downloaded:
4235

4336
```
44-
cf install-plugin cfdev
37+
cf dev start -f FILEPATH/FILE
4538
```
39+
It may take several minutes for the PCF Dev VM and its services to start.
4640

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).
4842

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-
<p class="note"><strong>Note:</strong> You may be prompted to continue if your available memory is less than the recommended amount.</p>
5443

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+
## <a id="stopping"></a>Stop PCF Dev
5645

46+
To stop PCF Dev, run the following command:
5747

58-
## <a id="stopping"></a> Stop <%= vars.platform_name %> Dev
48+
<pre class="terminal">$ cf dev stop</pre>
5949

60-
To stop <%= vars.platform_name %> Dev:
50+
## <a id="uninstall"></a>Uninstall PCF Dev
6151

62-
1. Navigate to your workspace.
52+
To remove PCF Dev, run the following command:
6353

64-
1. Run:
65-
66-
```
67-
cf dev stop
68-
```
69-
70-
71-
## <a id="uninstall"></a> Uninstall <%= vars.platform_name %> Dev
72-
73-
To remove <%= vars.platform_name %> Dev:
74-
75-
1. Navigate to your workspace.
76-
77-
1. Run:
78-
79-
```
80-
cf uninstall-plugin cfdev
81-
```
54+
<pre class="terminal">$ cf uninstall-plugin cfdev</pre>

0 commit comments

Comments
 (0)