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

I am walking through the Spryker bootcamp and am trying to install the b2c demo shop in development

U01ETA7QTST
U01ETA7QTST Posts: 15 🧑🏻‍🚀 - Cadet
edited November 2020 in Academy

I am walking through the Spryker bootcamp and am trying to install the b2c demo shop in development mode via Docker on Windows. Looks all good till I am trying to run "docker/sdk bootstrap deploy.dev.yml" where I get following error. Looking into the "/data/deployment" folder I am missing the project.yml file it is trying to read for some reason.

PHP Fatal error:  Uncaught Symfony\Component\Yaml\Exception\ParseException: File "/data/deployment/project.yml" does not exist. in /data/vendor/symfony/yaml/Parser.php:53
Stack trace:
#0 /data/index.php(20): Symfony\Component\Yaml\Parser->parseFile('/data/deploymen...')
#1 {main}
  thrown in /data/vendor/symfony/yaml/Parser.php on line 53

Comments