Magento 2 - Magento-sample-data को परिनियोजित करने पर संकुल का अनइंस्टॉल करने योग्य सेट


28

मैं Magento 2 स्थापित करने के बाद नमूना डेटा स्थापित करने के लिए इस Magento DevDocs ट्यूटोरियल का पालन ​​किया है ।

लेकिन अंतिम कमांड निष्पादित करने के बाद ./bin/magento sampledata:deployमुझे निम्नलिखित त्रुटि मिलती है:

./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.

एक समाधान खोजने में सक्षम नहीं था और ईमानदारी से संगीतकार के बारे में मेरे ज्ञान की कमी है। किसी भी तरह की मदद का स्वागत किया जाएगा।


कृपया @rnli उत्तर देखें। मुझे लगता है कि अब तक का सबसे अच्छा समाधान कौन सा है। इसने मेरे लिए काम किया।
राजीव के टॉमी

जवाबों:


19

मैं नमूना डेटा स्थापित करने के लिए भी संघर्ष कर रहा हूं। ऐसा प्रतीत होता है कि वर्तमान में (अक्टूबर 2015) तक कुछ टूट गया है और देवदास में निर्देश मेरे लिए भी काम नहीं किया है। मैं एक ही संगीतकार मुद्दों का सामना कर रहा था और magento sampledata:installवहाँ भी नहीं है।

इसके बजाय मैं नमूना डेटा की रीडमी फ़ाइल पर "गिटहब रिपोजिटरी से" निर्देशों का पालन कर रहा हूं :

रेपो को कहीं पर क्लोन करें (आपके प्रोजेक्ट फोल्डर के बाहर हो सकता है, क्योंकि टूल अलग-अलग मॉड्यूल्स को सीलिंक करने की देखभाल कर रहा है):

git clone https://github.com/magento/magento2-sample-data.git ~/sample-data

फिर "इंस्टॉलर" स्क्रिप्ट चलाएँ:

php -f ~/sample-data/dev/tools/build-sample-data.php -- --ce-source="$PATH_TO_YOUR_MAGENTO2_PROJECTROOT"

उसके बाद अद्यतन स्क्रिप्ट चलाएँ:

cd $PATH_TO_YOUR_MAGENTO2_PROJECTROOT
bin/magento setup:upgrade

और आपको नमूना डेटा स्थापित होते हुए देखना चाहिए (थोड़ी देर लगती है ...):

[...]
Module 'Magento_DownloadableSampleData':
Installing data..
Module 'Magento_ThemeSampleData':
Installing data..
Module 'Magento_OfflineShippingSampleData':
Installing data..
Module 'Magento_ConfigurableSampleData':
Installing data..
Module 'Magento_BundleSampleData':
Installing data..
Module 'Magento_ProductLinksSampleData':
Installing data..
Module 'Magento_ReviewSampleData':
Installing data..
[...]

कैश साफ़ करने और अनुमतियां ठीक करने के लिए मत भूलना और आपको बैकएंड और फ्रंटएंड में अब सभी नमूना डेटा देखना चाहिए ...


लेकिन जब मैं सेटअप अपग्रेड चलाता हूं, तो PHP Fatal error: Interface 'Magento\Framework\Serialize\SerializerInterface' not foundटर्मिनल में त्रुटि दिखाई दे रही है जबकि SerializerInterface.php फ़ाइल मौजूद है।
ज़ेड ब्लैकबर्ड

27

एक ही समस्या थी। रूट डायरेक्टरी में जाने के लिए और निम्नलिखित कमांड के साथ कंपोजर के लिए रिपॉजिटरी निर्दिष्ट करने के लिए निर्दिष्ट (कंपोजर चेतावनी से बचने के लिए https का उपयोग करें):

composer config repositories.magento composer https://repo.magento.com

उसके बाद

cd bin
php magento sampledata:deploy

इरादा के अनुसार काम किया


अहा .. सुंदर। एक आकर्षण की तरह काम किया
राजीव के टॉमी

इसे इंस्टॉल / रीडमी में जोड़ा जाना चाहिए।
एनकोड करता है

क्या आप लिंक में http के साथ http की जगह लेना चाहेंगे? जब मैंने वर्तमान फॉर्म की कोशिश की तो मेरे संगीतकार ने इसे कनेक्ट करने से इनकार कर दिया क्योंकि यह असुरक्षित है।
पेड़ी

1
संगीतकार config संगीतकार repositories.magento repo.magento.com/packages.json
नेहाल

4

हाल के कोड परिवर्तन से Magento 2 CE GitHub विकसित शाखा का उपयोग करके नमूना डेटा स्थापित करना संभव है, बशर्ते आप Magento 2 और नमूना डेटा रिपॉजिटरी को क्लोन करें।

नमूना डेटा स्थापित करने की यह विधि जीए के समय तक कमांड-लाइन विकल्प और एक संगीतकार विकल्प के साथ augumented जाएगा; हालांकि, वर्तमान में, AFAIK, यह विकसित शाखा के साथ नमूना डेटा स्थापित करने का एकमात्र तरीका है।

संक्षेप में:

  1. Magento 2 CE GitHub रिपॉजिटरी को क्लोन करें (विकसित शाखा डिफ़ॉल्ट है)।
  2. प्रोजेक्ट रूट से 'कंपोज़र इंस्टॉल' चलाएं।
  3. Magento 2 नमूना डेटा रिपॉजिटरी को क्लोन करें (विकसित शाखा डिफ़ॉल्ट है)।
  4. नमूना डेटा रिपॉजिटरी को लिंक करें। (php -f नमूना-डेटा-रेपो / देव / उपकरण / बिल्ड-नमूना-data.php - --ce-source = "your-Magento-CE-install-dir")
  5. नमूना डेटा रिपॉजिटरी में अनुमतियाँ और स्वामित्व सेट करें।
  6. सीएलआई या सेटअप विज़ार्ड का उपयोग करके Magento स्थापित करें। (सेटअप विज़ार्ड में अब कोई नमूना डेटा स्थापित करें चेक बॉक्स नहीं है।)

ध्यान दें कि यदि आप सेटअप विज़ार्ड चलाते हैं, तो आप लगभग 90% पूर्ण अपवाद देख सकते हैं। यदि ऐसा है, तो फ़ाइल सिस्टम अनुमति और स्वामित्व को फिर से सेट करें (मूल रूप से सबसे अधिक संभावना है)।

विवरण: http://devdocs.magento.com/guides/v2.0/install-gde/install/web/install-web-sample-data.html


4

पहले खंड में, "minimum-stability": "beta"लाइसेंस से पहले जोड़ें ।


कि पहले से ही किया है, लेकिन यह मदद, एक ही गलती नहीं था
Sander Mangel

sampedata: परिनियोजन कमांड का नाम नहीं है, यह 'magento sampedata: <<अपने Magento के व्यवस्थापक उपयोगकर्ता नाम>' स्थापित करें
स्टीव जॉनसन

@SteveJohnson वास्तव में मैं नहीं था installआदेश उपलब्ध
Sander Mangel


0

बस अगर आप इस विकल्प का उपयोग कर सकते हैं:

composer config repositories.0 composer https://repo.magento.com

और फिर:

magento sampledata:deploy

आपको उपयोगकर्ता नाम / पासवर्ड के लिए संकेत दिया जाएगा: अपने magento बाज़ार स्थान से public_key / private_key का उपयोग करें

हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.