Magento-1.x command line installation
Magento 1.x can be installed using command line interface. To begin with command line installation, first ensure that your apache2/nginx web server is up and running and its landing page is accessible otherwise installation would throw errors.
Go to magento 1.x root directory and continue with installation as:
cd $path_to_magento_root_directory/ && php -f install.php --license_agreement_accepted yes \ --locale en_US --timezone "America/Los_Angeles" --default_currency USD \ --db_host database_host --db_name database_name --db_pass database_user_password \ --db_user database_user --url "http://domain_name/" --use_rewrites yes \ --admin_lastname admin_lastname --admin_firstname admin_firstname \ --admin_email admin_mail --admin_username admin_name --admin_password admin_password \ --use_secure no --use_secure_admin no --secure_base_url "https://domain_name/"
Alter the arguments above as per your needs.
If result is not found or irrelevant, Please contact us.
Submit your request