-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Description
Hi, when i try to install magento 2 it fails:
git clone -b develop https://github.com/magento/magento2
cd magento2
composer update
composer config repositories.atconnect composer https://connect20.aveo-trade.cz
composer require atconnect/magento2-language-sk_sk
composer require atconnect/magento2-language-de_de
composer require atconnect/magento2-language-tr_tr
cd ..
chown -R root:www-data magento2
find magento2 -type f -print0 | xargs -r0 chmod 640
find magento2 -type d -print0 | xargs -r0 chmod 750
chmod -R g+w magento2/{pub,var}
cd magento2/bin/
php magento setup:install --base-url=http://mag2-test3.aveo-trade.cz/ --db-host=localhost --db-name=dbname --db-user=dbuser --db-password=dbpass --admin-firstname=Magento --admin-lastname=User [email protected] --admin-user=admin --admin-password=admin123 --language=sk_SK --currency=EUR --timezone=Europe/Bratislava --use-rewrites=1
It fails on Magento_Indexer with message "Running recurring.."
Metadata
Metadata
Assignees
Labels
No labels
