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

# Guia de implantação do AirysChat no GCP

> Implante o AirysChat em uma única VM no GCP

Este guia irá implantar o airyschat em uma única VM no GCP. Para uma implantação nativa da nuvem, use nossos [helm charts](https://github.com/airyschat/charts) com o Google Kubernetes Engine (GKE).

<Note>
  Este guia é um trabalho em andamento e seus resultados podem variar.
</Note>

## Crie o Compute Engine (VM)

1. Navegue até a janela VM > Compute Engine.
2. Crie uma instância com um mínimo de 4vCPU e 8 GB de RAM. (N2 General-Purpose)
3. Certifique-se de selecionar a região correta onde deseja implantar.
4. Escolha `Ubuntu 20.04` como seu sistema operacional com um disco de 120 GB.
5. Clique em criar.

<img src="https://mintcdn.com/airys/1FWn-RJM-8Ky_sbQ/self-hosted/images/gcp.png?fit=max&auto=format&n=1FWn-RJM-8Ky_sbQ&q=85&s=9106fe88202f3098a7d405c48bdec00a" alt="gcp-create-compute-engine" width="649" height="1736" data-path="self-hosted/images/gcp.png" />

## Instale o AirysChat

1. Acesse via SSH a instância criada.
2. Siga as instruções para VM Linux em [https://www.airyschat.com/docs/self-hosted/deployment/linux-vm](https://www.airyschat.com/docs/self-hosted/deployment/linux-vm).
3. Uhuu! Uhuu! Sua instância do AirysChat está pronta e pode ser acessada em `http://<your-instance-ip>:3000`. Ou se você concluiu a configuração do domínio durante a instalação, o airyschat deve estar disponível em `https://<your-domain>`

## Configure o AirysChat

1. Siga os documentos do AirysChat para configurar seu domínio, e-mail e outros parâmetros necessários.
   [https://www.airyschat.com/docs/self-hosted/deployment/linux-vm#configure-the-required-environment-variables](https://www.airyschat.com/docs/self-hosted/deployment/linux-vm#configure-the-required-environment-variables)
