diff --git a/Guia-de-Instala%C3%A7%C3%A3o.md b/Guia-de-Instala%C3%A7%C3%A3o.md index b5f95d1..cf4df2d 100644 --- a/Guia-de-Instala%C3%A7%C3%A3o.md +++ b/Guia-de-Instala%C3%A7%C3%A3o.md @@ -17,8 +17,7 @@ Antes de começar, certifique-se de que a máquina possui: Execute o comando abaixo no terminal da máquina de destino: ```bash -TOKEN=ghp_xxx DOCKER_USER=usuario DOCKER_PASS=dckr_pat_xxx \ -bash <(curl -fsSL https://raw.githubusercontent.com/renatoramosseventh/attendancesystem-deploy/main/install.sh) +bash <(curl -fsSL "https://git.seventh.com.br/seventh.p7/attendance-system.install/raw/branch/main/install.sh") ``` O instalador irá: @@ -36,13 +35,12 @@ Se preferir configurar manualmente: ```bash # 1. Clone o repositório -git clone https://github.com/renatoramosseventh/attendancesystem-deploy -attendancesystem -cd attendancesystem +git clone https://git.seventh.com.br/seventh.p7/attendance-system.install.git +attendance-system.install +cd attendance-system.install # 2. Edite as configurações nano .env.prod # ajuste IPs e portas -nano .env.registry # credenciais Docker Hub (já preenchido pelo install.sh) # 3. Suba o ambiente make install