Cloudkul Support

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.

Is this article is helpful?

People like and 0 people dislike.

If result is not found or irrelevant, Please contact us.

Submit your request

Start a Project






    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home