> ## Documentation Index
> Fetch the complete documentation index at: https://proxy-docs.permify.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Deployment

<div style={{ flex: "1 1 calc(50% - 20px)", margin: "10px" }}>
  <Card title="Try Permify Locally" icon="laptop" href="../../getting-started/quickstart">
    Set up Permify instance a with single docker command in your local.
  </Card>
</div>

## Deployment Guides

Here is some options that you can use to set up and deploy Permify in your servers.
<Note>If options your deployment preference is not listed below please let us know.</Note>

<div style={{ display: "flex", flexWrap: "wrap", justifyContent: "space-around" }}>
  <div style={{ flex: "1 1 calc(50% - 20px)", margin: "10px" }}>
    <Card title="Docker" icon="docker" href="/setting-up/installation/container" iconType="brands">
      Deploy Permify on a server using a configuration yaml file.
    </Card>
  </div>

  <div style={{ flex: "1 1 calc(50% - 20px)", margin: "10px" }}>
    <Card title="AWS" icon="aws" href="/setting-up/installation/aws">
      Deploying Docker Container & Permify to AWS EC2 using ECS.
    </Card>
  </div>

  <div style={{ flex: "1 1 calc(50% - 20px)", margin: "10px" }}>
    <Card title="Kubernetes (EKS)" icon="cube" href="/setting-up/installation/kubernetes">
      Deploy Permify on an EKS Kubernetes cluster.
    </Card>
  </div>

  <div style={{ flex: "1 1 calc(50% - 20px)", margin: "10px" }}>
    <Card title="Brew" icon="beer-mug" href="/setting-up/installation/brew">
      Install and run Permify with Homebrew package manager.
    </Card>
  </div>

  <div style={{ flex: "1 1 calc(50% - 20px)", margin: "10px" }}>
    <Card title="Google Compute Engine" icon="google" href="/setting-up/installation/google">
      Deploy Permify using Google Compute Engine.
    </Card>
  </div>

  <div style={{ flex: "1 1 calc(50% - 20px)", margin: "10px" }}>
    <Card title="Helm Charts" icon="parachute-box" href="/setting-up/installation/helm">
      Deploying Permify with Helm Charts.
    </Card>
  </div>

  <div style={{ flex: "1 1 calc(50% - 20px)", margin: "10px" }}>
    <Card title="Fly.io" icon="paper-plane" href="/setting-up/installation/fly">
      Deploy Permify on Fly.io with PostgreSQL.
    </Card>
  </div>

  <div style={{ flex: "1 1 calc(50% - 20px)", margin: "10px" }}>
    <Card title="Railway" icon="train" href="/setting-up/installation/railway">
      One-click deploy Permify on Railway with PostgreSQL.
    </Card>
  </div>

  <div style={{ flex: "1 1 calc(50% - 20px)", margin: "10px" }}>
    <Card title="PostgreSQL Configuration" icon="database" href="/setting-up/installation/database">
      PostgreSQL requirements and recommended settings.
    </Card>
  </div>

  <div style={{ flex: "1 1 calc(50% - 20px)", margin: "10px" }}>
    <Card title="Database Pooling (Pgcat)" icon="network-wired" href="/setting-up/installation/pooling">
      Pooling setup for multi-replica Permify deployments.
    </Card>
  </div>
</div>

If you have any questions, feel free to join our [Discord community](https://discord.gg/permify) and start a discussion!
