diff --git a/doc/Installing on Linux and MacOS.md b/doc/Installing on Linux and MacOS.md index eb17c9d4e5..312e23f987 100644 --- a/doc/Installing on Linux and MacOS.md +++ b/doc/Installing on Linux and MacOS.md @@ -6,6 +6,8 @@ If you're on Windows please check [Windows Installation Tutorial](https://github **If You need a step by step installation** guide please go to Ultimate Installation Guide on MacOS X +**If You like to setup Magento2 integration** please check [this YouTube video](https://www.youtube.com/watch?v=CtDXddsyxvM). + Let's go: ## User-friendly installation @@ -295,13 +297,13 @@ I'll call it `[project-folder]` in this tutorial. Basically it is a folder in wh ```js magento: { - url: process.env.MAGENTO_URL || **"http://magento2.demo-1.divante.pl/** rest/", -- your Magento 2 URL + url: process.env.MAGENTO_URL || **"http://magento2.demo-1.divante.pl/** rest/", consumerKey: process.env.MAGENTO_CONSUMER_KEY || "**alva6h6hku9qxrpfe02c2jalopx7od1q**", consumerSecret: process.env.MAGENTO_CONSUMER_SECRET || "**9tgfpgoojlx9tfy21b8kw7ssfu2aynpm**", accessToken: process.env.MAGENTO_ACCESS_TOKEN || "**rw5w0si9imbu45h3m9hkyrfr4gjina8q**", accessTokenSecret: process.env.MAGENTO_ACCESS_TOKEN_SECRET || "**00y9dl4vpxgcef3gn5mntbxtylowjcc9**", storeId: process.env.MAGENTO_STORE_ID || 1, - currencyCode: process.env.MAGENTO_CURRENCY_CODE || 'USD'\ + currencyCode: process.env.MAGENTO_CURRENCY_CODE || 'USD' }, ``` @@ -312,10 +314,10 @@ I'll call it `[project-folder]` in this tutorial. Basically it is a folder in wh ```js "magento2": { "url": "**http://magento2.demo-1.xyz.com**", -- your Magento 2 URL - "imgUrl": "**http://localhost:8080**/media/catalog/product", -- your Magento 2 URL + "imgUrl": "**http://localhost:8080**/media/catalog/product", "assetPath": "/../var/magento2-sample-data/pub/media", "api": { - "url": "**http://magento2.demo-1.divante.pl/** rest/", -- your Magento 2 URL + "url": "**http://magento2.demo-1.divante.pl/** rest/", "consumerKey": "**alva6h6hku9qxrpfe02c2jalopx7od1q**", "consumerSecret": "**9tgfpgoojlx9tfy21b8kw7ssfu2aynpm**", "accessToken": "**rw5w0si9imbu45h3m9hkyrfr4gjina8q**",