From 8731d910b2a378d56f17b54328e0e6ce9b6f5084 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Tue, 28 Sep 2021 08:58:27 +0100 Subject: [PATCH] Clarify which parts of readme relate to deployment --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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' ''"`