Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento2 Docker Develop Install

This repository is dedicated to magento 2.3-develop for bug fixes and make features.


Dependencies
  1. Install docker
  2. Install docker-compose
  3. Install make
  4. Configure execute docker non-root
sudo usermod -aG docker [your-user]
Important

Stop all docker containers or native services on uses ports 80, 443, 3306.


Install

$ git clone git@github.com:00F100/magento2-docker-install.git
$ cd magento2-docker-install
$ make install

Store and admin

Datasource

  • PHPMyAdmin: http://localhost:8080
  • Host: magento2-database or get IP executing docker exec -it magento2-database bash -c "hostname -i"
  • Username: root
  • Password: root

Console PHP + Composer + NPM

$ make console

Up Docker

$ make up

Down Docker

$ make down

Simple data

$ make simple-data

About images


About

Magento 2.3 develop into Docker container

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages