1.8 KiB
1.8 KiB
+++ title = "Cookbook" weight = 10 sort_by = "weight" template = "documentation.html" +++
This cookbook will guide you from your first steps to a real deployment of Aerogramme.
Single-node, minimal deployment
A minimal deployment will allow you to deploy Aerogramme on a single-server in a way that it works for a small production deployment. However, as Aerogramme is a distributed-first server, you will not benefit from all of its nice properties, and many manual work will be required.
- Local storage
- Configuration file
- User management
- TLS encryption
- Integration with a service manager (systemd or docker)
- SMTP server integration (MTA)
Multi-node deployments and lifecycle maintainance are not covered yet.