Using Enterprise Edition
npx create-magento-app@latest magento-enterprise
cma.js
module.exports = {
magento: {
first_name: 'Scandiweb',
last_name: 'Developer',
email: '[email protected]',
user: 'admin',
password: 'scandipwa123',
adminuri: 'admin',
mode: 'developer',
edition: 'enterprise' // <- edit this
},
configuration: {}
};
You need access keys with access to Magento Enterprise on them to be able to install the enterprise edition.
npm run start
Last modified 11mo ago