Spryker Marketplace Setup

Edit on GitHub

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

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