Spryker Marketplace Setup

Edit on GitHub
You are browsing a previous version of the document. The latest version is 202212.0.

This document describes how to get started with the B2C Demo Marketplace.

Info

The B2C Demo Marketplace installation process described in this document is based on the Spryker in Docker installation. You can also install the B2C Demo Marketplace based on Vagrant. To do so, use Installing Spryker with the Development Virtual Machine for reference and adapt this installation guide to installation in Vagrant.

Prerequisites

Depending on the OS you use, check out the following installation prerequisites:

Installing the B2C Demo Marketplace

To install the B2C Demo Marketplace:

  1. Create a project folder and clone the B2C Demo Marketplace and the Docker SDK:
mkdir spryker-b2c-marketplace && cd spryker-b2c-marketplace

git clone https://github.com/spryker-shop/b2c-demo-marketplace.git ./

git clone https://github.com/spryker/docker-sdk.git docker
  1. Set up the environment you need:

Setting up a development environment

To set up a development environment:

  1. Bootstrap the docker setup:
docker/sdk boot deploy.dev.yml
  1. If the command you’ve run in the previous step returned instructions, follow them.

  2. Build and start an instance:

docker/sdk up

That’s it. You’ve set up your Spryker B2C Demo Marketplace and can access your applications.

Setting up a production-like environment

To set up a production-like environment:

  1. Bootstrap the Docker setup:
docker/sdk boot -s
  1. If the command you’ve run in the previous step returned instructions, follow them.

  2. Build and start the instance:

docker/sdk up

That’s it. You’ve set up your Spryker B2C Demo Marketplace and can access your applications.

Next steps