Skip to content

Commit

Permalink
Update Installing on Linux and MacOS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pkarw authored Aug 29, 2018
1 parent 69cabd9 commit b3025f6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions doc/Installing on Linux and MacOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="#ultimate-guide">Ultimate Installation Guide on MacOS X</a>

**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
Expand Down Expand Up @@ -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'
},
```

Expand All @@ -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**",
Expand Down

0 comments on commit b3025f6

Please sign in to comment.