Installation overview
The installation guides cover deploying the ARender rendition backend on your own infrastructure for production use.
Before you start
These guides assume the React viewer is already embedded in your application. If not, follow Getting Started, then return here.
Choose your deployment path
The Docker Compose guide covers single-server deployments with Nginx as a reverse proxy.
What each guide covers
Each deployment guide is self-contained and walks through:
- Deploying the rendition backend
- Setting up the reverse proxy to connect your application to the backend
- Configuring authorized document sources
- Verifying the installation
For OAuth2 and BFF authentication, see Advanced configuration after completing your chosen guide.
Next steps
- Docker Compose — single-server deployment with Nginx