Browse Source

Clarify which parts of readme relate to deployment

pull/24/head
baarkerlounger 4 years ago
parent
commit
8731d910b2
  1. 2
      README.md

2
README.md

@ -52,6 +52,8 @@ This application is running on [Gov PaaS](https://www.cloud.service.gov.uk/). To
- Deploy <br/> - Deploy <br/>
`cf push dluhc-core --strategy rolling`. This will use the [manifest file](manifest.yml) `cf push dluhc-core --strategy rolling`. This will use the [manifest file](manifest.yml)
Once the app is deployed:
- Get a rails console <br/> - Get a rails console <br/>
`cf ssh dluhc-core -t -c "/tmp/lifecycle/launcher /home/vcap/app 'rails console' ''"` `cf ssh dluhc-core -t -c "/tmp/lifecycle/launcher /home/vcap/app 'rails console' ''"`

Loading…
Cancel
Save