How to Setup Magento 2 with Docker

Easiest way to Setup Magento 2 with Docker Prerequisites for: Setup Magento 2 with docker • Install Development Tools • Install Docker • Install Docker Compose • Magento 2 source code. Setup Steps: For installing the Docker engine on Ubuntu 1. sudo apt-get update 2. sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common Add […]
How to setup Autodevops on gitlab

Gitlab AutoDevOps Gitlab AutodevOps is a pre-configured CI/CD pipeline and eliminates the complexities of software delivery without manually creating CI/CD pipeline. Background On Known Challenges: We are manually doing the whole setup, such as creating a project on Sonar, updating the permissions, and creating a GitLab-ci.yml file for a pipeline. This entire process is time-consuming. […]