Notas e Observações #10

Open
opened 2026-05-07 21:36:23 +00:00 by mvassuncao1 · 2 comments
Owner
Item Responsáveis
Banco de Dados: Guilherme, Gabriel
Login: Leandra, Adrian
Front-end: Ryan, Davi, Thainae, Guilherme
Back-end Arthur, Geovany, Samuel, Gabriel

Arquivos de apoio no Google Drive

Aplicação para prototipagem de telas: Penpot

|Item|Responsáveis| |---|---| |Banco de Dados: | Guilherme, Gabriel| |Login: | Leandra, Adrian| |Front-end: | Ryan, Davi, Thainae, Guilherme| |Back-end | Arthur, Geovany, Samuel, Gabriel| [Arquivos de apoio no Google Drive](https://drive.google.com/drive/u/0/folders/1jFP1TKZ4RAAUkyCX4jkIaRLciAJS6Y8Q) Aplicação para prototipagem de telas: [Penpot](https://penpot.app/)
mvassuncao1 added the documentação label 2026-05-07 21:36:48 +00:00
Author
Owner

Configuração do git na máquina que você está trabalhando:

Dentro da pasta do projeto específico

git config --local user.name "Ano de Início do Curso - Seu Nome Completo"
git config --local user.email "seu_endereco_de@email.com"
# Configuração do git na máquina que você está trabalhando: Dentro da pasta do projeto específico ``` git config --local user.name "Ano de Início do Curso - Seu Nome Completo" git config --local user.email "seu_endereco_de@email.com" ```
Author
Owner

Servidor PHP:

Instalar XAMPP

Adicionar C:\xampp\php às variáveis de ambiente do sistema

No Vs Code, instalar as extensões:

  • PHP Inteliphense (Intelephense)
  • PHP Server (brapifra)

No VS Code abrir as configurações (Ctrl + ,), buscar por PHP e na Extensão PHP, na sessão PHP: Validate: Executable Path clicar em 'Editar settings.json)
Adicionar ao arquivo C:\Users\USUARIO_DA_MAQUINA\AppData\Roaming\Code\User\settings.json as linhas:

"php.validate.executablePath": "C:\\xampp\\php\\php.exe",
"php.executablePath": "C:\\xampp\\php\\php.exe",

ATENÇÃO: Se as linhas já existirem, apenas substitua

Para iniciar o Servidor pressione Crtl + Shit + P e selecione "PHP Server: Serve Project"
Para rodar um arquivo específico pressione Crtl + Shit + P e selecione "PHP Server: Open file in browser"

Em caso de PHP not found executar no Prompt de Comando (cmd):
powershell -Command "[Environment]::SetEnvironmentVariable('Path', [Environment]::GetEnvironmentVariable('Path', 'User') + ';c:\xampp\php', 'User')"

# Servidor PHP: Instalar XAMPP Adicionar C:\xampp\php às variáveis de ambiente do sistema No Vs Code, instalar as extensões: * PHP Inteliphense (Intelephense) * PHP Server (brapifra) No VS Code abrir as configurações (Ctrl + ,), buscar por PHP e na Extensão PHP, na sessão PHP: Validate: Executable Path clicar em 'Editar settings.json) Adicionar ao arquivo C:\Users\USUARIO_DA_MAQUINA\AppData\Roaming\Code\User\settings.json as linhas: ``` "php.validate.executablePath": "C:\\xampp\\php\\php.exe", "php.executablePath": "C:\\xampp\\php\\php.exe", ``` ATENÇÃO: Se as linhas já existirem, apenas substitua Para iniciar o Servidor pressione Crtl + Shit + P e selecione "PHP Server: Serve Project" Para rodar um arquivo específico pressione Crtl + Shit + P e selecione "PHP Server: Open file in browser" Em caso de PHP not found executar no Prompt de Comando (cmd): `powershell -Command "[Environment]::SetEnvironmentVariable('Path', [Environment]::GetEnvironmentVariable('Path', 'User') + ';c:\xampp\php', 'User')"`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Anhanguera/2026-ads-faltas#10