-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Issue: The script uses the latest Magento distribution. Recently Magento releases v2.4.6 that doesnt support php7.4. Due to the latest update, the installation will fail.
Workaround:
- Open modules/magento-ami/scripts/ec2_install/scripts/install_magento.sh
- Replace the content with following to use Magento 2.4.5 instead.
#!/bin/bash BASEDIR=$1 MAGVERSION="2.4.5" sudo mkdir -p /var/www/html/magento sudo chown -R magento. /var/www/html mkdir -p /home/magento/.config/composer/ sudo mv $BASEDIR/configs/auth.json /home/magento/.config/composer/ sudo chown -R magento. /home/magento/.config/ cd /home/magento sudo -u magento composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition=$MAGVERSION /var/www/html/magento -n ```
statuscue
Metadata
Metadata
Assignees
Labels
No labels