m2install icon indicating copy to clipboard operation
m2install copied to clipboard

Magento 2 Bash Install/Restore Script

Results 10 m2install issues
Sort by recently updated
recently updated
newest added

Faced with an issue, that you can't install Magento 2 from GIT if set version as a branch. For example: v2.4.2-p1. Run command: `m2install.sh -s git -v v2.4.2-p1 --es-port 9207...

Fixed the issue when the store uses tables prefix and the installation exits with the error: ``` The store table is not found ```

``` INSERT INTO `core_config_data` (`config_id`, `scope`, `scope_id`, `path`, `value`) VALUES (NULL, 'default', '0', 'admin/security/password_is_forced', '0') ON DUPLICATE KEY UPDATE `value` = 0; ```

There's a bug in the updateMagentoEnvFile(). It generates and executed a PHP code which throws the error: ``` PHP Warning: Class 'Tightenco\Collect\Support\Arr' not found in vendor/tightenco/collect/src/Collect/Support/alias.php on line 16 PHP...

add additional option to install b2b module ``` --b2b ```

- Create directory "websites" - Create subdirectory for each website - websites/website-code/ - Create in entry point "websites/website-code/index.php" - Modify entry point and set website code

enhancement

Looks like 2.4.6 added an additional dependency: ``` m2install --sample-data yes --ee --php php81 -s composer -v 2.4.6 -f ...... Unable to change status of modules because of the following...