Skip to content

Commit

Permalink
clean up cf readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Berry committed Jun 5, 2017
1 parent daaf5a8 commit 0b1e71a
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions cf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,11 @@
In order to deploy registry to Cloud Foundry you will need to first create
the required services.

Note: Examples are for L2 PaaS version of PCF
Note: Examples are for L2 PaaS version of PCF adjust the manifest.yml file as
needed for commercial PCF.

+ database (registry-db or what matches in your manifest.yml)

2. push your app to cloudfoundry

__Note:__ Adjust the yaml file as needed.

```yaml
applications:
- name: changeme
services:
- changeme
```

```bash
cf push -f cf/pcf_example.yml -c "bash ./cf/run.sh"
```

3. access your app at __${app_name}.cfapps.io__
```bash
if ! cf s | grep 'registry-db'; then
cf cs pg_95_XL_DEV_SHARED_001 large-dev-100 registry-db -c cf/postgis.json;
Expand Down

0 comments on commit 0b1e71a

Please sign in to comment.