📄️ Quickstart
Explore the quickest ways to get started with Saleor.
📄️ Installation with Docker
Saleor is a 12-factor application that is configured using environment variables. We recommend using Docker because it takes care of all necessary dependencies.
📄️ Manual Installation on Windows
The following instructions assume a 64-bit installation of Windows 10.
📄️ Server Configuration
Saleor follows the 12-factor approach, so you can configure Saleor using environment variables.
📄️ Deploying to Digital Ocean
Community resources
📄️ Deploying to Heroku
Saleor Deployment
📄️ Deploying to Kubernetes
Community resources
📄️ Deploying to Linux
Community resources
📄️ Docker Images
If you choose to self-host, Docker is Saleor's preferred method of deployment.
📄️ Storing Files on Google Cloud Storage (GCS)
If you use containers for deployment (including Docker and Heroku), you should not store files within the container’s filesystem.
📄️ Storing Files on Amazon S3
If you use containers for deployment (including Docker and Heroku), you should not store files within the container’s filesystem.
📄️ Monitoring with Jaeger
Application performance metrics
📄️ Monitoring with Sentry
Error reporting
📄️ Database Read Replicas
A database read replica is a read-only copy of the primary database. Replica should reflect changes in the primary database as fast as possible. This feature allows Saleor to offload the primary database by moving the read-only traffic to a separate database.
📄️ Upgrading Saleor
No matter how you choose to install the software, you will need to upgrade it from time to time. Follow these steps to upgrade your installation:
🗃️ Upgrade Guides
4 items