What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Hi all, First steps in Spryker, i'm trying to install the b2c-demo-shop on docker. I believe that th

U048HKTQQHX
U048HKTQQHX Posts: 7 🧑🏻‍🚀 - Cadet

Hi all, First steps in Spryker, i'm trying to install the b2c-demo-shop on docker. I believe that the first two steps are to clone the b2c repo, and the sdk one.
I’m following the readme.md in this link : https://github.com/spryker-shop/b2c-demo-shop#setting-up-a-development-environment

When I do the git clone for : git@github.com:spryker/docker-sdk.git

I get this :

Comments

  • Alberto Reyer
    Alberto Reyer Posts: 690 🪐 - Explorer

    Use the https url instead to clone the sdk from:

    git clone <https://github.com/spryker/docker-sdk.git>

  • Johan Nordstrom
    Johan Nordstrom Sprykee Posts: 1 🧑🏻‍🚀 - Cadet

    Thanks @UL6DGRULR!

  • U048HKTQQHX
    U048HKTQQHX Posts: 7 🧑🏻‍🚀 - Cadet

    What's the url to access the demo-shop, after docker/sdk up ?

  • Alberto Reyer
    Alberto Reyer Posts: 690 🪐 - Explorer
    edited October 2022

    Depends on your deploy.dev.yml file, but by default: yves.de.spryker.local.
    This will only work if you added those hosts to your /etc/hosts file:

    127.0.0.1 backend-api.at.spryker.local backend-api.de.spryker.local backend-api.us.spryker.local backend-gateway.at.spryker.local backend-gateway.de.spryker.local backend-gateway.us.spryker.local backoffice.at.spryker.local backoffice.de.spryker.local glue.at.spryker.local glue.de.spryker.local glue.us.spryker.local mail.spryker.local queue.spryker.local redis-commander.spryker.local scheduler.spryker.local spryker.local swagger.spryker.local yves.at.spryker.local yves.de.spryker.local yves.us.spryker.local zed.us.spryker.local
    

    Be aware that under Windows you need one line per host entry:

    127.0.0.1 backend-api.at.spryker.local 
    127.0.0.1 backend-api.de.spryker.local
    ...
    
  • U048HKTQQHX
    U048HKTQQHX Posts: 7 🧑🏻‍🚀 - Cadet

    thanks 🙂 @UL6DGRULR