Create Magento App
Create ScandiPWA AppScandiPWA DocsGitHub
v1
v1
  • Create Magento App
  • Getting started
    • Getting Started
    • Prerequisites
      • Linux requirements
      • MacOS requirements
        • Apple Silicon
      • Windows requirements
    • Available commands
      • Start the application
      • Stop the application
      • Check application status
      • Enter application CLI
      • Explore application logs
      • Execute commands in Docker containers
      • Link a theme
      • Import database dump
      • ⚠️ Uninstall a project
    • Folder structure
    • Updating to New Releases
      • Testing Alpha Releases
    • Configuration File
    • Supported Magento versions
    • How does it work?
    • Limitations
  • Usage guide
    • Using console commands
    • Accessing Docker containers
    • Linking a Scandi Theme
    • Enabling XDebug
    • Enabling SSL
    • Configuring PHP
    • Use custom domain
    • Access on the local network
    • Importing database
      • Importing remote database
    • Using Enterprise Edition
    • Converting legacy Docker setup to CMA
    • Improve Performance
  • Scripts Extensions
    • PHP Extensions
      • ionCube Extension
  • Troubleshooting
    • Common Issues
    • CMA Debugging
    • Uninstall CMA
Powered by GitBook
On this page
  • 🚀 Get started in seconds
  • 🤝 Conflict-less design
  • 🐛 Easy debugging

Create Magento App

NextGetting Started

Last updated 2 years ago

Setting up Magento 2 framework on local can be stressful and take a long time. Worry not! We got you covered. This deployment technology combines two powerful approaches of containerization and Infrastructure as code to provision you a Magento 2 instance in minutes!

🚀 Get started in seconds

Create Magento App is a tiny package for HUGE framework. To create Magento app in seconds:

Upon creation, type in the to run the application deployment:

yarn start # for Yarn
npm start # for NPM

🤝 Conflict-less design

The application will automatically select free ports. It will never let services previously installed on your machine down!

Screwed a local installation? Worry not, Create Magento App will set you up!

🐛 Easy debugging

The powerful tool is a single command-line option flag away from you! Read how to use it:

Getting started
start command
Available commands
XDebug
Enabling XDebug