Postępowałem zgodnie z tym samouczkiem Magento DevDocs, aby zainstalować przykładowe dane po zainstalowaniu Magento 2.
Ale po wykonaniu ostatniego polecenia ./bin/magento sampledata:deploy
pojawia się następujący błąd:
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package magento/module-offline-shipping-sample-data could not be found in any version, there may be a typo in the package name.
Problem 2
- The requested package magento/module-theme-sample-data could not be found in any version, there may be a typo in the package name.
Problem 3
- The requested package magento/module-sales-sample-data could not be found in any version, there may be a typo in the package name.
Problem 4
- The requested package magento/module-msrp-sample-data could not be found in any version, there may be a typo in the package name.
Problem 5
- The requested package magento/module-sales-rule-sample-data could not be found in any version, there may be a typo in the package name.
Problem 6
- The requested package magento/module-configurable-sample-data could not be found in any version, there may be a typo in the package name.
Problem 7
- The requested package magento/module-product-links-sample-data could not be found in any version, there may be a typo in the package name.
Problem 8
- The requested package magento/module-catalog-rule-sample-data could not be found in any version, there may be a typo in the package name.
Problem 9
- The requested package magento/module-grouped-product-sample-data could not be found in any version, there may be a typo in the package name.
Problem 10
- The requested package magento/module-tax-sample-data could not be found in any version, there may be a typo in the package name.
Problem 11
- The requested package magento/module-catalog-sample-data could not be found in any version, there may be a typo in the package name.
Problem 12
- The requested package magento/module-downloadable-sample-data could not be found in any version, there may be a typo in the package name.
Problem 13
- The requested package magento/module-cms-sample-data could not be found in any version, there may be a typo in the package name.
Problem 14
- The requested package magento/module-bundle-sample-data could not be found in any version, there may be a typo in the package name.
Problem 15
- The requested package magento/module-swatches-sample-data could not be found in any version, there may be a typo in the package name.
Problem 16
- The requested package magento/module-widget-sample-data could not be found in any version, there may be a typo in the package name.
Problem 17
- The requested package magento/module-review-sample-data could not be found in any version, there may be a typo in the package name.
Problem 18
- The requested package magento/module-customer-sample-data could not be found in any version, there may be a typo in the package name.
Problem 19
- The requested package magento/module-wishlist-sample-data could not be found in any version, there may be a typo in the package name.
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.
Nie byłem w stanie znaleźć rozwiązania i, szczerze mówiąc, poważnie brakuje mi wiedzy o kompozytorze. Każda pomoc byłaby mile widziana.
magento2
composer
sample-data
Sander Mangel
źródło
źródło
Odpowiedzi:
Próbowałem również zainstalować przykładowe dane. Wygląda na to, że coś tu jest obecnie zepsute (październik 2015 r.), A instrukcje w devdocs też mi nie działały. Miałem te same problemy z kompozytorem i
magento sampledata:install
nawet ich nie ma.Zamiast tego postępowałem zgodnie z instrukcjami „Z repozytorium GitHub” w pliku readme przykładowych danych :
Po prostu sklonuj gdzieś repozytorium (może znajdować się poza folderem projektu, ponieważ narzędzie dba o symlinkowanie poszczególnych modułów):
Następnie uruchom skrypt „instalatora”:
Następnie uruchom skrypt aktualizacji:
Powinieneś zobaczyć instalowane przykładowe dane (zajmuje to chwilę ...):
Nie zapomnij wyczyścić pamięci podręcznej i naprawić uprawnień. Powinieneś zobaczyć wszystkie przykładowe dane w backend i frontend teraz ...
źródło
PHP Fatal error: Interface 'Magento\Framework\Serialize\SerializerInterface' not found
w terminalu pojawia się błąd, gdy istnieje plik SerializerInterface.php.Miałem ten sam problem. Naprawiono przechodzenie do katalogu głównego i określanie repozytoriów dla kompozytora za pomocą następującego polecenia (użyj https, aby uniknąć ostrzeżenia kompozytora):
Po tym
działał zgodnie z przeznaczeniem
źródło
Ostatnie zmiany kodu umożliwiają instalację przykładowych danych za pomocą gałęzi programistycznej GitHub Magento 2 CE, pod warunkiem, że sklonujesz Magento 2 i przykładowe repozytoria danych.
Ta metoda instalowania przykładowych danych zostanie wzbogacona o czas GA z opcją wiersza polecenia i opcją Composer; jednak obecnie AFAIK jest to jedyny sposób na zainstalowanie przykładowych danych w gałęzi developerskiej.
W skrócie:
Pamiętaj, że jeśli uruchomisz Kreatora instalacji, możesz zobaczyć wyjątki w około 90% ukończone. Jeśli tak, ponownie ustaw uprawnienia i własność systemu plików (najprawdopodobniej jako root).
Szczegóły: http://devdocs.magento.com/guides/v2.0/install-gde/install/web/install-web-sample-data.html
źródło
W pierwszej sekcji dodaj
"minimum-stability": "beta"
przed licencją.źródło
install
dostępnego poleceniahttps://packages.magento.com to stary adres URL pakietu dla Magento zmień plik composer.json na https://repo.magento.com
źródło
Na wypadek, gdybyś mógł skorzystać z tej alternatywy:
i wtedy:
zostaniesz poproszony o podanie nazwy użytkownika / hasła: użyj public_key / private_key z konta magento marketplace
źródło