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 guys, I've been trying to install the b2c-demo-shop. For the most parts I've been following the i

U01N90THS4A
U01N90THS4A Posts: 2 🧑🏻‍🚀 - Cadet

Hi guys, I've been trying to install the b2c-demo-shop. For the most parts I've been following the installation guide (without devvm).
But I got this error message after the whole setup process and I'm stuck on it.
Anyone experienced the same error/behaviour and could help me out?
I'm guessing it has something to do with redis (only 8 keys are placed and devvm has ~10k keys in comparison)

Comments

  • U01N167PSBC
    U01N167PSBC Posts: 27 🧑🏻‍🚀 - Cadet

    had the same problem at first

  • U01N167PSBC
    U01N167PSBC Posts: 27 🧑🏻‍🚀 - Cadet

    it took some time for spryke to build up the cache it seems, went away by itselöf on my machine

  • U01N167PSBC
    U01N167PSBC Posts: 27 🧑🏻‍🚀 - Cadet

    that seems to be related to the routing cache

  • U01N90THS4A
    U01N90THS4A Posts: 2 🧑🏻‍🚀 - Cadet

    how long did it take on your machine?

  • Andriy Netseplyayev
    Andriy Netseplyayev Domain Lead Solution Architecture Sprykee Posts: 519 🧑🏻‍🚀 - Cadet

    correct, it’s a data that’s being transmitted from the backend (Zed with DB storage) to the frontend (Yves, with Redis and elastic search). The process of this data transmission is called “publish and syncronise”. You can monitor your rabbitMq UI (http://queue.spryker.local, see credentials in dev.deploy.yml) - as soon as all queues are empty, you can consider the process as done

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

    (http://queue.spryker.local, see credentials in dev.deploy.yml)

    Except the part that this is a bare setup (without devvm\docker).

  • Andriy Netseplyayev
    Andriy Netseplyayev Domain Lead Solution Architecture Sprykee Posts: 519 🧑🏻‍🚀 - Cadet

    correct! Didn’t notice the (without devvm) in the question

  • U01N167PSBC
    U01N167PSBC Posts: 27 🧑🏻‍🚀 - Cadet

    @U01N90THS4A took 1-2min on my MacBook Pro

  • U01N167PSBC
    U01N167PSBC Posts: 27 🧑🏻‍🚀 - Cadet

    but only for the first setup