Comments on How to Install Magento on CentOS 8
Magento is one of the most popular open-source e-commerce platforms that allows you to set up e-commerce websites and online stores in minutes. In this tutorial, we will show you how to install Magento on CentOS 8 with Let's Encrypt free SSL.
3 Comment(s)
Comments
This is a great tutoroial. I spun up a 2GB linode instance and started with their basic Centos 8 template.
The Let's Encrypt free SSL is a great touch.
I had to install semanage and you can no longer run the cron setup script from the filesystem as it has been removed in the current version (2.3.4). Other than that, I've got a working Magento instance that's cost me a couple of hours and $10 for hosting :)
Doesn't work. Especially this step: ./bin/magento cron:installResult:There are no commands defined in the "cron" namespace. Did you mean this? setup:cron
Doesn't work. Especially this step: ./bin/magento cron:install Result: There are no commands defined in the "cron" namespace. Did you mean this? setup:cron
so how to do it? I google it, some people said use : php bin/magento cron:install, but it doesn't work.
I do not know how to solve it