magento-setup
Installation
SKILL.md
Magento 2 Project Setup
Before writing code
- Fetch system requirements: Fetch
https://experienceleague.adobe.com/en/docs/commerce-operations/installation-guide/system-requirementsfor current PHP, MySQL, OpenSearch, Redis, and Varnish versions - Fetch installation guide: Web-search
site:experienceleague.adobe.com commerce installation guidefor step-by-step setup - Check latest version: Web-search
magento open source latest version releasefor the current GA release
What This Skill Does
Guides through complete Magento 2 environment setup:
- Verify system requirements — PHP version, required extensions, MySQL/MariaDB, OpenSearch, Redis, Composer
- Install via Composer —
composer create-projectfromrepo.magento.com - Configure services — database, search engine, cache backend, session storage
- Run installer —
bin/magento setup:installwith all required parameters - Post-install — cron setup, developer mode, sample data (optional)