c8einfinity / magento-core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

Step 1

Run MYSQL and ElasticSearch

    docker-compose up

Step 2

Download Magento into public_html

download

Step 3

install

Step 4

run

Footnotes

Getting magento auth credentials: https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/prerequisites/authentication-keys.html

Docker issues

Windows:

wsl -d docker-desktop
sysctl -w vm.max_map_count=262144

Linux:

sysctl -w vm.max_map_count=262144

Helper CLI Scripts

# Install Sample Data
sample-data

# Run Magento bin
magento [arguments]

# Clear Caches
cache-clear

About


Languages

Language:Roff 96.4%Language:Shell 2.1%Language:Batchfile 1.6%