Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/thomas-kl1/magento2-base-light
- Owner: thomas-kl1
- Created: 2020-11-06T16:45:35.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-11T22:45:20.000Z (about 3 years ago)
- Last Synced: 2023-08-16T20:53:49.714Z (over 1 year ago)
- Topics: composer, composer-package, magento, magento-2, magento-extension, magento-module, magento2, magento2-extension, magento2-extension-free, magento2-module, metapackage
- Homepage:
- Size: 55.7 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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": "*",