> ## Documentation Index
> Fetch the complete documentation index at: https://medama.mintlify.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Self-host, effortlessly.

This project is designed with self-hostability in mind and comes as a **single-binary with no additional database setup** that can be downloaded on [GitHub Releases](https://github.com/medama-io/medama/releases). If you are familiar with self-hosting, you can run the binary on your server immediately. If you are unsure, the following guides will help you get started.

### Environment

For most small websites, a VM with 512MB of memory is recommended. However, this project can easily scale vertically, making use of additional resources for larger websites. Storage requirements will increase gradually based on traffic.

## Deployment Guides

<CardGroup cols={2}>
  <Card title="Single Binary" icon="lightbulb" href="/deployment/single-binary">
    Single-binary deployment guide for Linux and macOS.
  </Card>

  <Card title="Docker" icon="docker" href="/deployment/docker">
    Pre-built distroless Docker images available on GitHub Container Registry.
  </Card>

  <Card title="Fly.io" icon="fly" href="/deployment/fly">
    Simple deployment to Fly.io with a pre-configured Docker image.
  </Card>

  <Card title="Railway" icon={<svg width="24" height="24" viewBox="0 0 1024 1024" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.756 438.175A520.713 520.713 0 0 0 0 489.735h777.799c-2.716-5.306-6.365-10.09-10.045-14.772-132.97-171.791-204.498-156.896-306.819-161.26-34.114-1.403-57.249-1.967-193.037-1.967-72.677 0-151.688.185-228.628.39-9.96 26.884-19.566 52.942-24.243 74.14h398.571v51.909H4.756ZM783.93 541.696H.399c.82 13.851 2.112 27.517 3.978 40.999h723.39c32.248 0 50.299-18.297 56.162-40.999ZM45.017 724.306S164.941 1018.77 511.46 1024c207.112 0 385.071-123.006 465.907-299.694H45.017Z" fill="#17cd8c"/><path d="M511.454 0C319.953 0 153.311 105.16 65.31 260.612c68.771-.144 202.704-.226 202.704-.226h.031v-.051c158.309 0 164.193.707 195.118 1.998l19.149.706c66.7 2.224 148.683 9.384 213.19 58.19 35.015 26.471 85.571 84.896 115.708 126.52 27.861 38.499 35.876 82.756 16.933 125.158-17.436 38.97-54.952 62.215-100.383 62.215H16.69s4.233 17.944 10.58 37.751h970.632A510.385 510.385 0 0 0 1024 512.218C1024.01 229.355 794.532 0 511.454 0Z" fill="#17cd8c"/></svg>} href="/deployment/railway">
    One-click deployment to Railway with a pre-configured Docker image.
  </Card>
</CardGroup>

### Additional Guides

<CardGroup cols={2}>
  <Card title="Automatic SSL Setup" icon="shield-check" href="/deployment/ssl">
    Automatically provision SSL certificates to your machine.
  </Card>
</CardGroup>
