Pular para o conteúdo principal

Postagens

Configurando o XDebug com Docker e PHPStorm em um projeto Yii2 Advanced

Este passo a passo é bem chato de fazer no início! A imagem do docker já deve ter o xdebug instalado! A configuração vai no php.ini que vamos montar.
Postagens recentes

Instalando o FileZilla

Download: https://filezilla-project.org/download.php?type=client

FortiClient VPN e/ou OpenFortiGui no Linux

OpenFortiGui  Download do pacote: OpenFortiGui ( https://apt.iteas.at/iteas/pool/main/o/openfortigui/ ) sudo nano /etc/apt/sources.list.d/iteas.list Adicione a linha do repositório abaixo no arquivo e depois salve o mesmo. deb https://apt.iteas.at/iteas buster main sudo apt-key adv –recv-keys –keyserver keyserver.ubuntu.com 2FAB19E7CCB7F415 sudo apt update sudo apt install openfortigui FortiClientVPN https://www.thi.de/fileadmin/daten/zentralerITservice/VPN-Client_Linux-en.pdf

Instalando o Postman

Baixar em: https://www.postman.com/downloads/   Depois de baixar Postman em seu sistema, execute os seguintes comandos para instalar o Postman em seu sistema.

Ajustando o hosts

Editar o arquivos /etc/hosts sudo vim /etc/hosts Adicionar as linhas: 127.0.0.1       copec.local 127.0.0.1       sfc.local 127.0.0.1       newoffers-inventory.dev 172.20.0.4 php-docker.local 172.18.0.8 php-docker.local 172.50.5.1 development-hub.omniplat.internal 172.50.5.2 chubaca.dynamodb.host 172.50.5.3 chubaca.sqs.host 172.50.5.4 chubaca.s3.host 172.50.5.5 chubaca.redis.host 172.50.5.6 chubaca-localstack 172.50.5.7 chubaca.swagger.host 172.50.5.8 chubaca.sqs-get-all.host 172.50.5.9 chubaca.sqs-manage.host 172.50.5.10 chubaca.mysql.host 1.2.3.4 account.jetbrains.com