Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 604 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 604 Bytes

Sample Magento repository structure

Instllation steps

  1. Create a folder

    mkdir sampleapp
    cd sampleapp

  2. Clone this repository to a folder

    git clone https://github.com/magento-architects/magento-project

  3. Create source folder within your root folder

    mkdir source
    cd source

  4. Clone magento2 repository to ../source folder

    git clone [email protected]:magento-architects/magento2/tree/split-framework

  5. Return back magento-project folder and run composer install

Framework components will be symlinked from source folder