Install
There are a few ways to deploy Quepasa, depending on your needs. The most common deployment modes are:
- Docker Compose
- Azure App Service
- Direct Deployment
1. Docker Compose
Docker Compose is the easiest way to get started with Quepasa.
TODO: Add instructions for deploying with Docker Compose.
2. Azure App Service
Azure App Service is a managed platform that makes it easy to deploy and scale web apps.
TODO: Add instructions for deploying to Azure App Service.
3. Direct Deployment
Quepasa is a .NET 9 application and can be deployed to any Linux or Windows server, with or without Docker. If you already have an established deployment process, this could be the best option for you. However, it's worth noting that Quepasa is designed to run in a containerized environment, so you may need to make some adjustments to your deployment process.
For Linux, we generally recommend using systemd services. For Windows, you can use IIS or a custom service.
3.1 Troubleshooting
We will provide basic instructions for deploying Quepasa directly to a server. For more advanced deployment scenarios, please refer to the official .NET documentation. Otherwise, you may need an Enterprise license to have access to our onboarding engineers to help you with your deployment.