Re: Just got CF deployed - What is a good first application tutorial?
Max Hufnagel <mhufnagel@...>
Hello!
toggle quoted message
Show quoted text
It looks to me like the example application in https://docs.cloudfoundry.org/deploying/ec2/example_apps.html was updated 7 months ago and doesn't recognize the new buildpack. Maybe if you explicitly give it an old buildpack in your push command? cf push your-app-name -b https://github.com/cloudfoundry/ruby-buildpack.git#v1.3.0
On Sun, Oct 4, 2015 at 2:36 PM, Joseph Biron <admin(a)josephbiron.com> wrote:
Thanks, but |
|