Basic Deployment
Get Astralis running in your own environment quickly and easily. These guides use reasonable defaults and minimal configuration to get you up and running fast.
Basic deployments are designed for development and testing only. For production use, see our Production Deployment guides.
Unsure where to start? Check out our Quick Start guide for a guided demo with fides deploy which automatically sets up Astralis with sample data and a complete demo environment using Pip.
Choose Your Deployment Method
Docker
Get started quickly with containerized deployment. Pull the official Astralis image and launch a fully-configured webserver.
Pip
Install Astralis as a Python package for maximum flexibility. Ideal for developers who want direct control over their Python environment and dependencies.
Kubernetes
Deploy Astralis to your Kubernetes cluster using our official Helm chart. Includes automated setup of PostgreSQL and Redis for a complete development environment.