Comments on How to Install Magento eCommerce Platform on Ubuntu 24.04

Magento is an open-source and well-known eCommerce platform written in PHP. Magento is a robust and powerful eCommerce solution used by more than 240.000 merchants worldwide.

1 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: MarsT11

Great tutorial - thank you for taking the time to do this.

 

The only thing I would suggest if anyone is having issues trying to log into magento - error is an nginx 'too many redirects error'.

Try running the below in the magento director

sudo bin/magento setup:store-config:set --base-url=http://stellardev.torresjewelco.com.au --use-secure=1 --base-url-secure=https://yoursecure.dnslink.com --use-secure-admin=1

I spent 3 hours reconfiguring nginx only to realise this from a previous tutorial.