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