Prestashop Command line installation
Prestashop can be installed using command line interface by passing desired values as arguments.
Go to Prestashop root directory and run command:
php index_cli.php
Above command displays all the possibilities.
Now, install prestashop bt passing desired arguments as:
cd $path_to_prestashop_root_directory/install && php index_cli.php --domain=domain_name \ --db_server=database_host --db_name=database_name --db_user=database_user \ --db_password=database_user_password --name=prestashop --firstname=admin_firstname \ --lastname=admin_lastname --password=admin_password --email=admin_mail
Go to http://doc.prestashop.com/display/PS16/Installing+PrestaShop+using+the+command-line+script
for more detailed info.
If result is not found or irrelevant, Please contact us.
Submit your request