https://github.com/a42ss/product-magento-micro-edition
This is a fork of the magento/community-edition product orientated to microservice architecture. This is a ready-to-use Magento 2 framework with a light number of dependencies and a minimal number of Magento modules installed. This is offering an easy-to-use solution to spin up Magento 2 projects as microservices.
https://github.com/a42ss/product-magento-micro-edition
adobe-commerce adobecommerce magento2
Last synced: 5 months ago
JSON representation
This is a fork of the magento/community-edition product orientated to microservice architecture. This is a ready-to-use Magento 2 framework with a light number of dependencies and a minimal number of Magento modules installed. This is offering an easy-to-use solution to spin up Magento 2 projects as microservices.
- Host: GitHub
- URL: https://github.com/a42ss/product-magento-micro-edition
- Owner: a42ss
- License: gpl-3.0
- Created: 2021-11-09T10:27:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-09T13:53:57.000Z (over 4 years ago)
- Last Synced: 2025-03-10T14:18:22.236Z (over 1 year ago)
- Topics: adobe-commerce, adobecommerce, magento2
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Magento 2 Micro Edition - product
This is a fork of the magento/community-edition product orientated to microservice architecture. This is a ready-to-use Magento 2 framework with a light number of dependencies and a minimal number of Magento modules installed. This is offering an easy-to-use solution to spin up Magento 2 projects as microservices.
This package is a composer metapackage containing all dependencies needed to spin up new light Magento 2 Microservice instances.
Used for this project https://packagist.org/packages/a42/magento-micro-edition
## Original project details
Magento 2, a cutting-edge, feature-rich eCommerce solution. More information are available online about the platform [Magento 2 project](https://github.com/magento/magento2)
## Magento System Requirements
This project has the original requirements of the main project:
* [Magento System Requirements](https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements.html)
## Install Magento
This package will install the Magento Framework and the base structure for a project setup:
````
composer create-project a42/magento-micro-edition
````
The overall installation guide could be fond in original documentation:
* [Installation Guide](https://devdocs.magento.com/guides/v2.4/install-gde/bk-install-guide.html)
## Contributing to the Magento 2 Code Base
Any community contribution (code/documentation/testing) will be highly appreciated.