/docker-magento2

This project aims to help Magento 2 developers

Primary LanguageShell

Docker Magento 2

This project aims to help Magento 2 developers.

Prerequisite

Software

  1. Docker
  2. Docker Composer
  3. Vim

Authentication and authorization

  1. GitHub Personal Access Token
  2. Magento Connect

Setup

Add credentials generated at the steps before by running

make setup

Clone

Clone Magento 2 repository locally

make clone

Build and run

make

Magento install

Only need for the first time install

make magento-install

Other

Take a look at Makefile for other common tasks.