Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thomas-kl1/magento2-base-light

Light & optimized version of the Magento 2 Open Source metapackage, known as community edition (CE).
https://github.com/thomas-kl1/magento2-base-light

composer composer-package magento magento-2 magento-extension magento-module magento2 magento2-extension magento2-extension-free magento2-module metapackage

Last synced: 3 months ago
JSON representation

Light & optimized version of the Magento 2 Open Source metapackage, known as community edition (CE).

Awesome Lists containing this project

README

        

# Setup:

First of all, please install a theme, you can use the Magento luma one:
(By default luma is installed, remove it first)

"magento/theme-frontend-luma": "*"

Then install an elasticsearch package if you want to:
(By default v7 is installed, remove it first)

"magento/module-elasticsearch-6": "*",
"magento/module-elasticsearch-7": "*",

You can now install the Magento software:

magento setup:install --base-url=http://opengent-cms.local.com/ \
--db-host=localhost --db-name=opengento_base --db-user=root \
--admin-firstname=Magento --admin-lastname=User [email protected] \
--admin-user=admin --admin-password=admin123 --language=en_US \
--currency=USD --timezone=America/Chicago --cleanup-database \
--sales-order-increment-prefix="ORD$" --session-save=db --use-rewrites=1 \
--search-engine=elasticsearch7 --elasticsearch-host=localhost \
--elasticsearch-port=9200

# Extra modules

Install advanced cookie management:
"magento/module-cookie": "*",