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

Hello all, I have installed Spryker B2C Demo Marketplace in docker. Install completed and working fi

U01HT43PLQ1
U01HT43PLQ1 Posts: 6 πŸ§‘πŸ»β€πŸš€ - Cadet

Hello all,
I have installed Spryker B2C Demo Marketplace in docker. Install completed and working fine, but I need to change the shop domain name.
Example:
http://backoffice.de.spryker.local To http://backend.testing.che
http://yves.de.spryker.local to http://spryker.testing.che

Can you please help me with the above one?

Thanks

Comments

  • Valerii Trots
    Valerii Trots SRE @ Spryker Sprykee Posts: 1,654 ✨ - Novice

    Change endpoints in deploy file you used, run docker/sdk bootstrap {your_changed_deploy_file} && docker/sdk up + add new hosts into /etc/hosts file (different one for Windows).

  • michael.schmetter
    michael.schmetter Posts: 119 πŸ§‘πŸ»β€πŸš€ - Cadet

    Change deploy.dev.yml to for example:

    groups:
        EU:
            region: EU
            applications:
                yves_eu:
                    application: yves
                    endpoints:
                        nice.local.endpoint:
                            store: DE
                            services:
                                session:
                                    namespace: 1
    
  • U01HT43PLQ1
    U01HT43PLQ1 Posts: 6 πŸ§‘πŸ»β€πŸš€ - Cadet

    Thanks for the replay,
    I have followed the above steps, but I have faced the below issue

    Docker is not running. Please, make sure Docker is installed and running.

  • U01HT43PLQ1
    U01HT43PLQ1 Posts: 6 πŸ§‘πŸ»β€πŸš€ - Cadet

    But the docker service is working

  • U01HT43PLQ1
    U01HT43PLQ1 Posts: 6 πŸ§‘πŸ»β€πŸš€ - Cadet

    @valerii.trots @U02JWPGK5CZ Thanks for your response. I have changed the domain name with the above command. now it is working fine