Skip to content

Commit 9845d09

Browse files
author
PCF Developer
committed
added some doku
1 parent 88f31a1 commit 9845d09

File tree

1 file changed

+24
-9
lines changed

1 file changed

+24
-9
lines changed

README.md

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,28 +66,43 @@ this section desccribes various command options
6666
there is one central PS1 Script to deploy OPS Manager.
6767
just enter `deploy_pcf-opsman.ps1` will deploy the latest default OpsManager
6868

69-
1. to get started, clone into the master branch:
70-
```Powershell
71-
git clone --single-branch --branch master https://github.com/bottkars/azure-pcf-opsman-powershell ./pcf
72-
set-location ./pcf
73-
```
69+
1. to get started, clone into the master branch.
70+
If you do not have git installed, i recommend
71+
72+
```Powershell
73+
install-script install-gitscm -scope currentuser
74+
install-gitscm.ps1
75+
```
76+
then clone the Repo:
77+
78+
```Powershell
79+
git clone --single-branch --branch master https://github.com/bottkars/azure-pcf-opsman-powershell ./pcf
80+
set-location ./pcf
81+
```
7482

7583
*to update the repo, just `run git pull` at any time
7684

77-
2. run the helper utility to install omcli, openssh and thge pivposh powershell module
85+
2. create an ssh keypair
86+
87+
you need ssh-keygen, i recomment the version from gitscm
88+
```Powershell
89+
ssh-keygen -t rsa -f $HOME/opsman -C ubuntu
90+
```
91+
92+
3. run the helper utility to install omcli, openssh and thge pivposh powershell module
7893

7994
```Powershell
8095
./prepare_utils.ps1
8196
```
8297

83-
3. start a deployment with a test parameter
98+
4. start a deployment with a test parameter
8499
this wil make sure we can deploy to the desired resource group and test´s if we can use the storageaccount for opsman images ( note: the storageaccount for the images can be shared between different installations, for test , dev, etc. the deployment will create custom images from that location)
85100

86101
```
87102
./deploy_pcf-opsman.ps1 -resourceGroup pcftest -location local -subnet 10.30.0.0 -PCF_SUBDOMAIN_NAME pcftest -dnsdomain azurestack.external -downloadpath E:\PCF\ -TESTONLY
88103
```
89104

90-
4. start the deployment
105+
5. start the deployment
91106
once test and download´s are finished, run without test parameter. this is an example for an azure stack. location ( region ) and dnsdomain of the Stack might be omitted, the script will ask you for it anyway
92107

93108
```Powershell
@@ -96,7 +111,7 @@ just enter `deploy_pcf-opsman.ps1` will deploy the latest default OpsManager
96111

97112
if the installation succeeds, be happy, everything is fine.
98113

99-
5. Install the PAS Tile
114+
6. Install the PAS Tile
100115
to install the PAS Tile now, run
101116

102117
```Powershell

0 commit comments

Comments
 (0)