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 Community, I am trying to install the B2B Demo Shop from here (

UQK5F3JAJ
UQK5F3JAJ Posts: 1 🧑🏻‍🚀 - Cadet
edited November 2019 in Help

Hello Community,

I am trying to install the B2B Demo Shop from here (https://documentation.spryker.com/installation/installation-guide-b2b.htm) with Windows 10 and the Development Virtual Machine.
Unfortunately, the original guide was not working for me (sync to the VM was broken), so that we had to change the Vagrantfile in order to make it work.
The VM/Shop is now running in general but I am faced with the following issue:

  • Performance is slow. It takes up to 20 minutes to execute composer install and more than 40 minutes to execute vendor/bin/install inside the VM
    Does somebody has any idea?

Comments

  • UK5DS29L2
    UK5DS29L2 Posts: 546 🧑🏻‍🚀 - Cadet
    edited November 2019

    VM performance:
    VM is always slower than normal machine so unless you are working on a core i9/threadripper desktop machine, don't expect anything great.
    composer:
    composer is all about threads. make you sure have https://github.com/hirak/prestissimo installed

    however, I can tell that setup install is taking a LOT of time, because of (who could've thought!) dependencies

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

    hirak/prestissimo should be included into devvm by default.
    But the overall performance in windows isn't great, yes.