Spryker Marketplace Setup
Edit on GitHubThis document describes how to get started with the B2C Demo Marketplace.
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 Docker prerequisites on MacOS
- Installing Docker prerequisites on Linux
- Installing Docker prerequisites on Windows
Installing the B2C Demo Marketplace
To install the B2C Demo Marketplace:
- 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
- Set up the environment you need:
Setting up a development environment
To set up a development environment:
- Bootstrap the docker setup:
docker/sdk boot deploy.dev.yml
-
If the command you’ve run in the previous step returned instructions, follow them.
-
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:
- Bootstrap the Docker setup:
docker/sdk boot -s
-
If the command you’ve run in the previous step returned instructions, follow them.
-
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
- For troubleshooting, see Troubleshooting Spryker in Docker issues.
- Configuring debugging in Docker.
- See Glue API reference at REST API reference.
Thank you!
For submitting the form