Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 670 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 670 Bytes

E-Shop

Installation

  1. Clone repository and run composer install

    git clone -b develop <git-url> <project-name>
    cd <project-name>
    composer install
    
  2. Execute mg2-builder task to setup a new project:

    bin/mg2-builder install
    
  3. Set the new host (skip if you have dnsmask configured for .lo):

    • sudo vim /etc/hosts
    • add 127.0.0.1 <project-name>.lo
  4. Restart Apache

Updates

Update Project

  • bin/mg2-builder update

Update Database and Media

  • bin/mg2-builder sync

Frontend