Bug 1065485

Summary: error raised then creating a PHP5.4/laravel application
Product: OpenShift Online Reporter: geomartino <geomartino>
Component: ImageAssignee: Dan McPherson <dmcphers>
Status: CLOSED UPSTREAM QA Contact: libra bugs <libra-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.x   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-14 19:04:27 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
error message while creating a application none

Description geomartino 2014-02-14 18:36:32 UTC
Created attachment 863365 [details]
error message while creating a application

Description of problem:
Can't install a php5.4/laravel environment using the web interface of openshift

Version-Release number of selected component (if applicable):


How reproducible:

Steps to Reproduce:
1.new app
2.choose PHP5.4 (standalone without zend-studio)
3.paste this url for laravel github repo: https://github.com/laravel/laravel.git

Actual results:
see attachment

Expected results:
a functional laravel application

Additional info:

Comment 1 Dan McPherson 2014-02-14 19:04:27 UTC
OpenShift currently requires you use the php directory for you application.  Example:

https://github.com/openshift/cakephp-example


We are actually removing this restriction in the future with this story:

https://trello.com/c/AK1v0o4x


It's due to go out in 3 weeks.  Until then you'll have to use the php directory.