We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I follow the setup steps i get the following error on "bin/console oro:install --env prod"
In DefinitionErrorExceptionPass.php line 54: You have requested a non-existent parameter "deployment_type".
The text was updated successfully, but these errors were encountered:
Yes, getting this error right now as well.
Sorry, something went wrong.
@Scarbous I see you managed to get the installation beyond this error in #15 Can you share what you have done?
@pschoenmakers I set the missing config to parameters.yml
# This file is auto-generated during the composer install parameters: ..... deployment_type: ~
But its gone every time when I run composer install.
composer install
put it into "parameters.yml.dist" like here
https://github.com/oroinc/platform-application/blob/4.1.11/config/parameters.yml.dist
No branches or pull requests
When I follow the setup steps i get the following error on "bin/console oro:install --env prod"
The text was updated successfully, but these errors were encountered: