Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

OroCommerce Installation #3

Open
KyryloEpam opened this issue Dec 12, 2017 · 1 comment
Open

OroCommerce Installation #3

KyryloEpam opened this issue Dec 12, 2017 · 1 comment

Comments

@KyryloEpam
Copy link

Hi guys. Thanks for a great job and preparing this docker containers.
I try to install OroCommerce using this docker env and have no success.
I'm attaching into php container by "docker-compose exec php bash" and execute
composer install --prefer-dist --no-dev
and
php app/console oro:install --env=prod
Installation fails on Migration processes (do not remember exactly which one).
In the visual installation it fails on Cache clearing.
I changed php memory_limit to -1.
In the log file I have:
console.ERROR: An error occurred while running command "'oro:migration:load' --force --timeout=300 --env=prod". Failed migrations: Oro\Bundle\EntityConfigBundle\Migration\UpdateEntityConfigMigration. {"exit_code":0,"exception":"[object] (RuntimeException(code: 0): Failed migrations: Oro\\Bundle\\EntityConfigBundle\\Migration\\UpdateEntityConfigMigration. at /var/www/site/vendor/oro/platform/src/Oro/Bundle/MigrationBundle/Migration/MigrationExecutor.php:118)","arguments":{"command":"oro:migration:load"},"options":{"force":true,"timeout":"300","env":"prod"}} []
But the round way is to install the platform by any other way (on symfony build-in http server and mysql db in docker container) and put db files into "dynamic-data". Could you point me where the timeout for migration can be changes if it's possible?

@mkovel
Copy link
Owner

mkovel commented Dec 14, 2017

hi @KyryloEpam I will check installation Orocommerce in next days. And write results. Keep in touch

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants