DevOps, IT, NginX, PHP, PHP tools, WebDevelopment
Installing Nginx on Windows Download NginX files from: https://nginx.org/en/docs/windows.html. Unzip to C\{name-version} (in my case it would be C:\nginx-1.25.4 directory). Open PowerShell as an Administrator and lunch server by typing cmd: start nginx Every time you...
PHP, PrestaShop, WebDevelopment
Before we start to develop a simple module / widget, we need to set up our development environment. For that, we will use docker. You can use docker on Linux, Mac, and Windows (WSL2), hoverer there are small differences in usage and performance between those...
GIT, IT, IT Help Desk, WebDevelopment
To store passwords in GIT you need to be able to encrypt and decrypt the password. You can do that using GPG tool. Both tools are available for a variety of platforms. See the instruction below on how to install the tooling and at the very end how to use them to store...
DevOps, Symfony, Symfony 4, Symfony 5, WebDevelopment
Install scoop Installation under the administrator console has been disabled by default for security considerations. If you know what you are doing and want to install Scoop as administrator. Please download the installer and manually execute it with...