Browse Source

Remove package-lock and update Readme

pull/24/head
baarkerlounger 4 years ago
parent
commit
65209d3171
  1. 3
      README.md
  2. 2
      manifest.yml
  3. 19042
      package-lock.json

3
README.md

@ -52,6 +52,9 @@ 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)
- Get a rails console <br/>
`cf ssh dluhc-core -t -c "/tmp/lifecycle/launcher /home/vcap/app 'rails console' ''"`
### Single log submission ### Single log submission

2
manifest.yml

@ -7,10 +7,8 @@ applications:
RAILS_ENV: sandbox RAILS_ENV: sandbox
processes: processes:
- type: web - type: web
# command: bundle exec rake cf:on_first_instance db:migrate && rails s
command: rake db:migrate && bin/rails server command: rake db:migrate && bin/rails server
instances: 2 instances: 2
memory: 512M memory: 512M
random-route: true
services: services:
- dluhc-core-sandbox-postgres - dluhc-core-sandbox-postgres

19042
package-lock.json generated

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save