Giter Site home page Giter Site logo

Comments (2)

sclevine avatar sclevine commented on August 16, 2024

Hi @afomi,

Thank you for trying out our first alpha release! Sorry that you're running into this issue.

Could you provide the full output of cf push on both PCF Dev and PWS?

Could you also confirm that both apps have the same memory and disk quotas?

Unless the app is running out of memory or disk space during staging, the error you're encountering is likely due to a difference in buildpack version.

from cfdev.

afomi avatar afomi commented on August 16, 2024

@sclevine, I haven't resolved it, but I've been able to move forward.

  1. I updated manifest.yml by specifying a recent buildpack as follows:
---
  applications:
  - name: stories
    command: bundle exec rake db:migrate && bundle exec rails s -p $PORT
    memory: 1024M
    buildpack: https://github.com/cloudfoundry/ruby-buildpack#v1.7.14 .   
  1. I had to get a database (PostgreSQL) running in a Docker container, and have my app connect to it from within PCF. (Still not there, but on my way)

Thanks for your assistance offline!

from cfdev.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.