Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.29 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.29 KB

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