Skip to content

KiprotichMaritim/magento2-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento2 automated docker installation

Checklist

Ensure you have composer installed and available in your local path

Setup

Automated Setup (New Project)

Run this automated one-liner from the directory you want to install your project.

curl -s https://raw.githubusercontent.com/KiprotichMaritim/magento2-docker/master/lib/onelinesetup | bash -s -- magento2.test 2.3.5-p1

Composer Authentication

First setup Magento Marketplace authentication (details in the DevDocs). Copy src/auth.json.sample to src/auth.json. Then, update the username and password values with your Magento public and private keys, respectively. Finally, copy the file to the container by running bin/copytocontainer auth.json.

Redis

Redis is now the default cache and session storage engine, and is automatically configured & enabled when running bin/setup on new installs.

Credits

Mark Shust

Certified Magento Developer & Architect

About

Magento2 automated docker installation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published