You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mage2click toolset is a system-wide command-line tool for creating and managing simultaneously running Docker Magento projects with insanely easy installation and configuration. It includes plenty of configurable services and useful commands for developing and project orchestration right out of the box. On macOS systems, mutagen.io tool will be bundled in the toolset for high-performance files sync between host and Docker containers.
12
+
Mage2click toolset is a system-wide command-line tool for creating and managing simultaneously running Magento Docker projects with insanely easy installation and configuration. It includes plenty of configurable services and useful commands for developing and project orchestration right out of the box. On macOS systems, mutagen.io tool will be bundled in the toolset for high-performance files sync between host and Docker containers.
13
13
14
14
## Table of contents
15
15
@@ -54,7 +54,7 @@ curl -sL get.m2c.run | bash
54
54
After toolset is installed, you will have the next tools available locally:
55
55
56
56
**Traefik** - `https://traefik.m2c.test`
57
-
> Traefik is an open-source reverse proxy and load balancer for HTTP and TCP-based applications that is easy, dynamic, automatic, fast, full-featured, production proven, provides metrics, and integrates with every major cluster technology. <ahref="https://traefik.io"target="_blank">https://traefik.io</a>
57
+
> Traefik is the leading opensource reverse proxy and load balancer for HTTP and TCP-based applications that is easy, dynamic, automatic, fast, full-featured, production proven, provides metrics, and integrates with every major cluster technology. <ahref="https://containo.us/traefik"target="_blank">https://containo.us/traefik</a>
58
58
>
59
59
**Portainer** - `https://portainer.m2c.test`
60
60
> Portainer is a lightweight management toolset that allows you to easily build, manage and maintain Docker environments. Created by experts, Portainer is an opinionated toolset that captures years of experience to allow you to reliably and quickly create, operate and trouble-shoot your Docker environments. <ahref="https://portainer.io"target="_blank">https://portainer.io</a>
@@ -80,7 +80,7 @@ m2c global autostart off
80
80
81
81
Most of services are available with version on your choice.
82
82
83
-
All Docker Magento projects initialized with:
83
+
All Magento Docker projects initialized with:
84
84
85
85
- Nginx
86
86
- PHP-FPM
@@ -113,7 +113,7 @@ To initialize project, open the desired directory with terminal and run
113
113
m2c init
114
114
```
115
115
116
-
This command will launch project initialization in interactive mode. Simply follow the steps to configure the desired Docker Magento development environment.
116
+
This command will launch project initialization in interactive mode. Simply follow the steps to configure the desired Magento Docker development environment.
0 commit comments