Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with production install #1015

Merged
merged 6 commits into from
Sep 13, 2015
Merged

Conversation

jrjohnson
Copy link
Member

doctrine-fixtures-bundle was incorrectly in the require-dev section of our composer file. This prevents it from being installed in a production environment and causes any production install to fail. I fixed this issue and also modified our travis build to prevent it happening again.

This should fail when the AppKernel and composer.json file list
differing production / development dependencies.
It was already moved to production area of AppKernel when we started
adding installation fixtures.
APC is a requirement of our application in production.
Since we’re attempting a production composer install it also attempts
to access mysql sooner so we need the parameters.yml.travis file
installed.
This is needed by composer install in a production environment
thecoolestguy added a commit that referenced this pull request Sep 13, 2015
Fix issue with production install
@thecoolestguy thecoolestguy merged commit faab14b into ilios:master Sep 13, 2015
@jrjohnson jrjohnson deleted the prod-deps branch November 10, 2015 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants