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 ! I am newbie here , i tried installing Docker + Ubuntu spryker B2C demo shop f

U047ZBW7AP8
U047ZBW7AP8 Posts: 88 πŸ§‘πŸ»β€πŸš€ - Cadet

Hi ! I am newbie here , i tried installing Docker + Ubuntu spryker B2C demo shop follwoing the spryker quick install documentation .. my question is after completing all the steps how to start spryker in browser? because in the documentation the last step provides link to start spryker in browser is not working.

Comments

  • Alberto Reyer
    Alberto Reyer Posts: 690 πŸͺ - Explorer

    Maybe https://sprykercommunity.slack.com/archives/CKJRJM5FG/p1666783961668799?thread_ts=1666776110.633599&cid=CKJRJM5FG will help you.
    Probably you just missed to add the domains to your /etc/hosts (this is shown in the output of the docker/sdk boot command, but can easily be missed)

  • U047ZBW7AP8
    U047ZBW7AP8 Posts: 88 πŸ§‘πŸ»β€πŸš€ - Cadet

    Thankyou. I will try with solution.πŸ‘

  • U047ZBW7AP8
    U047ZBW7AP8 Posts: 88 πŸ§‘πŸ»β€πŸš€ - Cadet
    edited October 2022

    β€’ I added the host files and again run docker/sdk up and now its showing this. even after ignoring this i tried to open Storefront: [yves.de](http://yves.de).spryker.local
    Back-Office: [backoffice.de](http://backoffice.de).spryker.local but its not working

  • Alberto Reyer
    Alberto Reyer Posts: 690 πŸͺ - Explorer

    With a more complete error message it would be more helpful as I can't even guess what the issue is by the screenshot.

    It seems like the vendor/bin/install failed, this is the one that executes the config/install/<environment>.yml file, which is basically a list of commands to execute. I assume one of those commands failed.

  • U047ZBW7AP8
    U047ZBW7AP8 Posts: 88 πŸ§‘πŸ»β€πŸš€ - Cadet

    Error - Exception: Class 'Orm\Zed\PriceProduct\Persistence\Base\SpyPriceTypeQuery' not found
    in /data/vendor/spryker/price-product/src/Spryker/Zed/PriceProduct/Persistence/Propel/AbstractSpyPriceTypeQuery.php (21)

  • U047ZBW7AP8
    U047ZBW7AP8 Posts: 88 πŸ§‘πŸ»β€πŸš€ - Cadet

    hey! now its not showing this error i just did docker/sdk down and docker/sdk up again.

  • Alberto Reyer
    Alberto Reyer Posts: 690 πŸͺ - Explorer

    Seems like propel:install didn't run completely

    Run docker/sdk console propel:install && docker/sdk cli vendor/bin/install -r docker or check manually that src/Orm/Zed/PriceProduct/Persistence/Base/SpyPriceTypeQuery.php exists and run only docker/sdk cli vendor/bin/install -r docker if it exists