Besteci kullanarak magento2 ce'mi güncelleyemiyorum. Herhangi bir güncelleme bulamadım, bulduğu tek şey 'fabpot' idi.
Bunun bir besteci kurulumunun tüm noktası olduğunu düşündüm, öyleyse neden belgeyi açıklandığı gibi arka ucu kullanmak isteyeyim: http://devdocs.magento.com/guides/v2.0/comp-mgr/upgrader/upgrade -start.html
Yoksa bir şey mi kaçırıyorum?
Herhangi bir yardım için şimdiden teşekkür ederiz.
DÜZENLE:
Magento2'yi burada tarif edildiği gibi besteci aracılığıyla kurmak için resmi belgeleri takip ettim: http://devdocs.magento.com/guides/v2.0/install-gde/prereq/integrator_install.html#integrator-first-composer-ce
Sorun, composer.json dosyasının şu komutu kullanarak çekti
composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition <installation directory name>
::.
"require": {
"magento/product-community-edition": "2.0.0",
"composer/composer": "@alpha",
"firegento/magesetup2": "dev-develop",
"splendid/de_de": "^0.0.1"
},
Gördüğünüz gibi, sürüm 2.0.0 belirtildi.
Güncellemenin çalışması için, .json dosyasındaki bu satırı aşağıdaki gibi el ile değiştirmek zorunda kaldım:
"magento/product-community-edition": "2.*",
Şimdi çalışan composer update
tüm modüller 100.0.2'den 100.0.3'e güncellendi.
Lütfen bunun aşağıdakilerden dolayı hala bir hata istisnası oluşturduğunu unutmayın:
[ErrorException]
Source /home/dev/git/mysite/vendor/magento/magento2-base/app/design/frontend/Magento does not exist
Şimdi, bir kaç tane eksik gibi görünüyor, örneğin bin / magento dosyası.
Herkes nasıl çalıştığı hakkında fikir sahibi oldu, bu yüzden gerçekten işe yarıyor mu?