Trying to install Magento 2 open source package on VPS server with below setup.
PHP: 7.3
MySQL: 5.6
RAM: 2 GB
Webuzo control panel
Any help highly appreciated. Thanks.
Hello @Farhad H
if you want to install magento using web, then you need to link domain outer inde.php not pub/index.php
Or you can install using command line
php bin/magento setup:install --base-url=https://www.printkuchbhi.com/ --db-host=localhost --db-name=production --db-user=prod-user --db-password=awpVFGDXs5LBVC34 --admin-firstname=PrintKuchBhi --admin-lastname=Admin --admin-email=hello@printkuchbhi.com --admin-user=printkuchbhi --admin-password=printkuchbhi@123 --language=en_US --currency=INR --use-rewrites=1
Hope it will help you.
If works then mark as solution
Got solution after works on apache and off course installed through command line.
Really magento 2 is not for all. It require very deep level technical support. Magento 1 was more easy than m2.
Thank you