This guide outlines how to set up a NixOS development environment with Xdebug and Blackfire support, along with instructions for installation and configuration of necessary services like MySQL and OpenSearch. Key commands and configurations are provided to streamline the development process, including environment setup and file handling in the service configuration.
A complete Docker setup for development, including Traefik, Nginx, Redis, PHP-FPM, MySQL, and more.
This post explains how to set up a deployment workflow for a project using Deployer and GitLab Pipelines, including steps to build a new release, package it, and deploy it to a server via SSH. The article outlines creating a custom Docker image, configuring SSH access, and defining a .gitlab-ci.yml file to automate the deployment process. It serves as a guide for developers looking to implement similar workflows.
This repository provides a powerful Docker development environment for modern web applications with multi-framework support, including various CMS and programming tools. It offers easy installation via Homebrew and ensures optimal performance across macOS, Linux, and Windows. Detailed documentation is available for installation, configuration options, and contributing to the project.
This repository offers a ready-to-use development environment for creating and managing projects with a well-defined setup using Warden and Docker. It provides quick installation steps and a variety of commands for environment management, project deployment, and data installation. Perfect for developers looking to streamline their workflow and enhance productivity.
Setting up local development environments for Magento 2 is challenging due to its complex service requirements (MySQL, Redis, Opensearch, RabbitMQ). When managing multiple projects with different service versions, you need isolated environments that can be easily configured and managed.
This repository provides a Dockerized setup for Magento 2.x, enabling an efficient and scalable eCommerce environment. By leveraging Docker, this project simplifies development, deployment, and production workflows with a containerized approach.